Home
last modified time | relevance | path

Searched refs:DW_AT_bit_offset (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def12 HANDLE_DIE_HASH_ATTR(DW_AT_bit_offset)
H A DDwarfUnit.cpp1691 addSInt(MemberDie, dwarf::DW_AT_bit_offset, dwarf::DW_FORM_sdata, in constructMemberDIE()
1694 addUInt(MemberDie, dwarf::DW_AT_bit_offset, std::nullopt, in constructMemberDIE()
/src/contrib/elftoolchain/libdwarf/
H A Ddwarf_attr.c258 if ((at = _dwarf_attr_find(die, DW_AT_bit_offset)) == NULL) { in dwarf_bitoffset()
H A Ddwarf.h126 #define DW_AT_bit_offset 0x0c macro
H A Ddwarf_dump.c75 case DW_AT_bit_offset: in dwarf_get_AT_name()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp740 case DW_AT_bit_offset: in mayHaveLocationExpr()
/src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1009 } else if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) { in die_sou_create()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2584 case DW_AT_bit_offset: in MemberAttributes()