Searched refs:DW_AT_data_bit_offset (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/llvm/test/DebugInfo/ARM/ |
H A D | big-endian-bitfield.ll | 31 ; CHECK: DW_AT_data_bit_offset [DW_FORM_data1] (0x00) 37 ; CHECK: DW_AT_data_bit_offset [DW_FORM_data1] (0x05) 42 ; CHECK: DW_AT_data_bit_offset [DW_FORM_data1] (0x0b) 47 ; CHECK: DW_AT_data_bit_offset [DW_FORM_data1] (0x10)
|
/aosp_15_r20/external/llvm/test/DebugInfo/X86/ |
H A D | bitfields-dwarf4.ll | 5 ; LINUX-NOT: DW_AT_data_bit_offset 42 ; CHECK-NOT: DW_AT_data_bit_offset 55 ; CHECK-NEXT: DW_AT_data_bit_offset [DW_FORM_data1] (0x08) 69 ; CHECK-NEXT: DW_AT_data_bit_offset [DW_FORM_data1] (0x0d)
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 145 COLLECT_ATTR(DW_AT_data_bit_offset); in collectAttributes() 385 ADD_ATTR(Attrs.DW_AT_data_bit_offset); in hashAttributes()
|
H A D | DIEHash.h | 47 DIEValue DW_AT_data_bit_offset; member
|
H A D | DwarfUnit.cpp | 1415 addUInt(MemberDie, dwarf::DW_AT_data_bit_offset, None, Offset); in constructMemberDIE()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHashAttributes.def | 21 HANDLE_DIE_HASH_ATTR(DW_AT_data_bit_offset)
|
H A D | DwarfUnit.cpp | 1526 addUInt(MemberDie, dwarf::DW_AT_data_bit_offset, None, Offset); in constructMemberDIE()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHashAttributes.def | 21 HANDLE_DIE_HASH_ATTR(DW_AT_data_bit_offset)
|
H A D | DwarfUnit.cpp | 1656 addUInt(MemberDie, dwarf::DW_AT_data_bit_offset, std::nullopt, Offset); in constructMemberDIE()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | Dwarf.h | 183 DW_AT_data_bit_offset = 0x6b, enumerator
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Dwarf.cpp | 136 case DW_AT_data_bit_offset: return "DW_AT_data_bit_offset"; in AttributeString()
|
/aosp_15_r20/art/libelffile/dwarf/ |
H A D | dwarf_constants.h | 200 DW_AT_data_bit_offset = 0x6b, enumerator
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | dwarf.h | 262 DW_AT_data_bit_offset = 0x6b, 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 | 267 constexpr uint16_t DW_AT_data_bit_offset = 0x6b; variable
|
/aosp_15_r20/external/stg/ |
H A D | dwarf_processor.cc | 238 entry.MaybeGetUnsignedConstant(DW_AT_data_bit_offset)) { in GetDataBitOffset()
|