Searched refs:DW_AT_bit_offset (Results 1 - 16 of 16) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_bitoffset.c45 (die, DW_AT_bit_offset, &attr_mem),
H A Ddwarf.h137 DW_AT_bit_offset = 0x0c, enumerator in enum:__anon6718
H A Dknown-dwarf.h55 DWARF_ONE_KNOWN_DW_AT (bit_offset, DW_AT_bit_offset) \
/external/elfutils/tests/
H A Dshow-die-info.c195 if (dwarf_hasattr (die, DW_AT_bit_offset)
202 if (dwarf_attr (die, DW_AT_bit_offset, &attr) == NULL
205 puts ("************* DW_AT_bit_offset test failed ************");
212 puts ("************* DW_AT_bit_offset form failed ************");
220 puts ("************* DW_AT_bit_offset form (2) failed ************");
221 else if (dwarf_whatattr (&attr) != DW_AT_bit_offset)
222 puts ("************* DW_AT_bit_offset attr failed ************");
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h38 DIEValue DW_AT_bit_offset; member in struct:llvm::DIEHash::DIEAttrs
H A DDIEHash.cpp136 COLLECT_ATTR(DW_AT_bit_offset);
376 ADD_ATTR(Attrs.DW_AT_bit_offset);
H A DDwarfUnit.cpp1412 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset);
/external/llvm/lib/Support/
H A DDwarf.cpp53 case DW_AT_bit_offset: return "DW_AT_bit_offset";
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDwarf.cpp121 case DW_AT_bit_offset: return "DW_AT_bit_offset";
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2enums.h163 DW_AT_bit_offset = 0x0c, enumerator in enum:dwarf2reader::DwarfAttribute
/external/llvm/include/llvm/Support/
H A DDwarf.h100 DW_AT_bit_offset = 0x0c,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDwarf.h145 DW_AT_bit_offset = 0x0c, enumerator in enum:llvm::dwarf::dwarf_constants
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_d3basics.h228 DW_AT_bit_offset = 0x0c, enumerator in enum:__anon28866
H A Dd3basics.c200 case DW_AT_bit_offset: return "DW_AT_bit_offset";
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1337 addUInt(MemberDie, dwarf::DW_AT_bit_offset, 0, Offset);
/external/elfutils/src/
H A Dreadelf.c6165 case DW_AT_bit_offset:

Completed in 223 milliseconds