Home
last modified time | relevance | path

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 Dbig-endian-bitfield.ll31 ; 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 Dbitfields-dwarf4.ll5 ; 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 DDIEHash.cpp145 COLLECT_ATTR(DW_AT_data_bit_offset); in collectAttributes()
385 ADD_ATTR(Attrs.DW_AT_data_bit_offset); in hashAttributes()
H A DDIEHash.h47 DIEValue DW_AT_data_bit_offset; member
H A DDwarfUnit.cpp1415 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 DDIEHashAttributes.def21 HANDLE_DIE_HASH_ATTR(DW_AT_data_bit_offset)
H A DDwarfUnit.cpp1526 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 DDIEHashAttributes.def21 HANDLE_DIE_HASH_ATTR(DW_AT_data_bit_offset)
H A DDwarfUnit.cpp1656 addUInt(MemberDie, dwarf::DW_AT_data_bit_offset, std::nullopt, Offset); in constructMemberDIE()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DDwarf.h183 DW_AT_data_bit_offset = 0x6b, enumerator
/aosp_15_r20/external/llvm/lib/Support/
H A DDwarf.cpp136 case DW_AT_data_bit_offset: return "DW_AT_data_bit_offset"; in AttributeString()
/aosp_15_r20/art/libelffile/dwarf/
H A Ddwarf_constants.h200 DW_AT_data_bit_offset = 0x6b, enumerator
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf.h262 DW_AT_data_bit_offset = 0x6b, 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.h267 constexpr uint16_t DW_AT_data_bit_offset = 0x6b; variable
/aosp_15_r20/external/stg/
H A Ddwarf_processor.cc238 entry.MaybeGetUnsignedConstant(DW_AT_data_bit_offset)) { in GetDataBitOffset()