Searched refs:DW_AT_APPLE_isa (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Dwarf.cpp | 239 case DW_AT_APPLE_isa: return "DW_AT_APPLE_isa"; in AttributeString()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Dwarf.h | 262 DW_AT_APPLE_isa = 0x3fe3, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 273 DW_AT_APPLE_isa = 0x3fe3, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 199 case DW_AT_APPLE_isa: return "DW_AT_APPLE_isa"; in AttributeString()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 1007 addUInt(SPDie, dwarf::DW_AT_APPLE_isa, dwarf::DW_FORM_flag, isa); in getOrCreateSubprogramDIE()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1242 addUInt(SPDie, dwarf::DW_AT_APPLE_isa, dwarf::DW_FORM_flag, isa); in applySubprogramAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1343 addUInt(SPDie, dwarf::DW_AT_APPLE_isa, dwarf::DW_FORM_flag, isa); in applySubprogramAttributes()
|