Searched refs:DW_AT_signature (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/llvm/test/DebugInfo/X86/ |
H A D | type_units_with_addresses.ll | 67 ; CHECK-NEXT: DW_AT_signature 73 ; CHECK-NEXT: DW_AT_signature 81 ; SINGLE-NEXT: DW_AT_signature 85 ; SINGLE-NEXT: DW_AT_signature 89 ; SINGLE-NEXT: DW_AT_signature 93 ; SINGLE-NEXT: DW_AT_signature
|
H A D | externaltyperef.ll | 17 ; CHECK: DW_AT_signature [DW_FORM_ref_sig8] (0x4e834ea939695c24) 20 ; CHECK: DW_AT_signature [DW_FORM_ref_sig8] (0x942e51c7addda5f7)
|
H A D | generate-odr-hash.ll | 60 ; CHECK-NEXT: DW_AT_signature {{.*}} (0x1d02f3be30cc5688) 63 ; CHECK-NEXT: DW_AT_signature {{.*}} (0xb04af47397402e77) 75 ; CHECK-NEXT: DW_AT_signature {{.*}} (0xfd756cee88f8a118) 118 ; CHECK: DW_AT_signature [DW_FORM_ref_sig8] (0xfd756cee88f8a118)
|
/aosp_15_r20/external/llvm/test/tools/llvm-dwp/X86/ |
H A D | simple.test | 43 TYPES: DW_AT_signature {{.*}} ([[FOOSIG:.*]]) 52 TYPES: DW_AT_signature {{.*}} ([[BARSIG:.*]])
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | Dwarf.h | 181 DW_AT_signature = 0x69, enumerator
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Dwarf.cpp | 134 case DW_AT_signature: return "DW_AT_signature"; in AttributeString()
|
/aosp_15_r20/art/libelffile/dwarf/ |
H A D | dwarf_constants.h | 198 DW_AT_signature = 0x69, enumerator
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | dwarf.h | 260 DW_AT_signature = 0x69, enumerator
|
H A D | ChangeLog | 2784 Also DW_AT_signature, DW_AT_main_subprogram, DW_AT_data_bit_offset,
|
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/ |
D | dwarf_constants.h | 265 constexpr uint16_t DW_AT_signature = 0x69; variable
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 276 Die.addValue(DIEValueAllocator, dwarf::DW_AT_signature, in addDIETypeSignature() 895 return addDIETypeSignature(Buffer, dwarf::DW_AT_signature, Identifier); in constructTypeDIE()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 325 if (auto Attr = find(DW_AT_signature)) { in resolveTypeUnitReference()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 377 Die.addValue(DIEValueAllocator, dwarf::DW_AT_signature, in addDIETypeSignature()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 363 addAttribute(Die, dwarf::DW_AT_signature, dwarf::DW_FORM_ref_sig8, in addDIETypeSignature()
|