Searched refs:DW_AT_APPLE_runtime_class (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/DebugInfo/X86/ |
D | objc-fwd-decl.ll | 6 ; CHECK: DW_AT_APPLE_runtime_class
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | objc-fwd-decl.ll | 6 ; CHECK: DW_AT_APPLE_runtime_class
|
D | objc-property-void.ll | 7 ; CHECK DW_AT_APPLE_runtime_class [DW_FORM_data1] (DW_LANG_ObjC)
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Dwarf.cpp | 242 case DW_AT_APPLE_runtime_class: return "DW_AT_APPLE_runtime_class"; in AttributeString()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Dwarf.h | 265 DW_AT_APPLE_runtime_class = 0x3fe6, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 276 DW_AT_APPLE_runtime_class = 0x3fe6, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 202 case DW_AT_APPLE_runtime_class: return "DW_AT_APPLE_runtime_class"; in AttributeString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 567 case DW_AT_APPLE_runtime_class: in AttributeValueString()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 814 addUInt(&Buffer, dwarf::DW_AT_APPLE_runtime_class, in constructTypeDIE()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1000 addUInt(Buffer, dwarf::DW_AT_APPLE_runtime_class, dwarf::DW_FORM_data1, in constructTypeDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1087 addUInt(Buffer, dwarf::DW_AT_APPLE_runtime_class, dwarf::DW_FORM_data1, in constructTypeDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1512 dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_runtime_class)) in cloneDIE()
|