Home
last modified time | relevance | path

Searched refs:DW_AT_signature (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/llvm/test/DebugInfo/X86/
H A Dtype_units_with_addresses.ll67 ; 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 Dexternaltyperef.ll17 ; CHECK: DW_AT_signature [DW_FORM_ref_sig8] (0x4e834ea939695c24)
20 ; CHECK: DW_AT_signature [DW_FORM_ref_sig8] (0x942e51c7addda5f7)
H A Dgenerate-odr-hash.ll60 ; 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 Dsimple.test43 TYPES: DW_AT_signature {{.*}} ([[FOOSIG:.*]])
52 TYPES: DW_AT_signature {{.*}} ([[BARSIG:.*]])
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DDwarf.h181 DW_AT_signature = 0x69, enumerator
/aosp_15_r20/external/llvm/lib/Support/
H A DDwarf.cpp134 case DW_AT_signature: return "DW_AT_signature"; in AttributeString()
/aosp_15_r20/art/libelffile/dwarf/
H A Ddwarf_constants.h198 DW_AT_signature = 0x69, enumerator
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf.h260 DW_AT_signature = 0x69, enumerator
H A DChangeLog2784 Also DW_AT_signature, DW_AT_main_subprogram, DW_AT_data_bit_offset,
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_constants.h265 constexpr uint16_t DW_AT_signature = 0x69; variable
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp276 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 DDWARFDie.cpp325 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 DDwarfUnit.cpp377 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 DDwarfUnit.cpp363 addAttribute(Die, dwarf::DW_AT_signature, dwarf::DW_FORM_ref_sig8, in addDIETypeSignature()