Searched refs:DW_AT_APPLE_runtime_class (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/DebugInfo/X86/ |
D | objc-fwd-decl.ll | 6 ; CHECK: DW_AT_APPLE_runtime_class
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 202 case DW_AT_APPLE_runtime_class: return "DW_AT_APPLE_runtime_class"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 276 DW_AT_APPLE_runtime_class = 0x3fe6, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 629 case DW_AT_APPLE_runtime_class: in AttributeValueString()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 664 case DW_AT_APPLE_runtime_class: in AttributeValueString()
|
/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-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1030 addUInt(Buffer, dwarf::DW_AT_APPLE_runtime_class, dwarf::DW_FORM_data1, in constructTypeDIE()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1040 addUInt(Buffer, dwarf::DW_AT_APPLE_runtime_class, dwarf::DW_FORM_data1, in constructTypeDIE()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 1597 dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_runtime_class)) in cloneDIE()
|