HomeSort by relevance Sort by last modified time
    Searched defs:Isa (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 121 uint8_t Isa;
  /external/llvm/include/llvm/MC/
MCDwarf.h 62 uint8_t Isa;
77 unsigned isa, unsigned discriminator)
78 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
97 /// \brief Get the Isa of this MCDwarfLoc.
98 unsigned getIsa() const { return Isa; }
121 /// \brief Set the Isa of this MCDwarfLoc.
122 void setIsa(unsigned isa) {
123 assert(isa <= UINT8_MAX);
124 Isa = isa
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 106 unsigned Isa = 0;
133 if (Isa != it->getIsa()) {
134 Isa = it->getIsa();
136 MCOS->EmitULEB128IntValue(Isa);
231 assert(!isa<MCSymbolRefExpr>(Expr));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 60 Isa,
wdm.h     [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 714 // If this directive has no arguments, then use the ISA version for the
717 AMDGPU::IsaVersion Isa = AMDGPU::getIsaVersion(getSTI().getFeatureBits());
718 getTargetStreamer().EmitDirectiveHSACodeObjectISA(Isa.Major, Isa.Minor,
719 Isa.Stepping,
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 870 isa<MCConstantExpr>(Sym->getVariableValue(/*SetUsed*/ false))) {
    [all...]

Completed in 1063 milliseconds