Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def12 HANDLE_DIE_HASH_ATTR(DW_AT_bit_offset)
H A DDwarfUnit.cpp1457 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset); in constructMemberDIE()
/freebsd-12.1/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.h118 #define DW_AT_bit_offset 0x0c macro
H A Ddwarf_dump.c75 case DW_AT_bit_offset: in dwarf_get_AT_name()
/freebsd-12.1/contrib/binutils/include/elf/
H A Ddwarf2.h255 DW_AT_bit_offset = 0x0c, enumerator
/freebsd-12.1/contrib/gcc/
H A Ddwarf2.h253 DW_AT_bit_offset = 0x0c, enumerator
H A Ddwarf2out.c4555 case DW_AT_bit_offset: in dwarf_attr_name()
10928 add_AT_unsigned (die, DW_AT_bit_offset, bit_offset); in add_bit_offset_attribute()
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1007 if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) { in die_sou_create()
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2read.c2630 attr = dwarf2_attr (die, DW_AT_bit_offset, cu); in dwarf2_add_field()
6578 case DW_AT_bit_offset: in dwarf_attr_name()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c1399 case DW_AT_bit_offset: return "DW_AT_bit_offset"; in get_AT_name()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2753 case DW_AT_bit_offset: in ParseChildMembers()