Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIEHashAttributes.def12 HANDLE_DIE_HASH_ATTR(DW_AT_bit_offset)
HDDwarfUnit.cpp1523 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset); in constructMemberDIE()
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
HDdwarf_attr.c258 if ((at = _dwarf_attr_find(die, DW_AT_bit_offset)) == NULL) { in dwarf_bitoffset()
HDdwarf.h118 #define DW_AT_bit_offset 0x0c macro
HDdwarf_dump.c75 case DW_AT_bit_offset: in dwarf_get_AT_name()
/freebsd-11-stable/contrib/gcc/
HDdwarf2.h253 DW_AT_bit_offset = 0x0c, enumerator
HDdwarf2out.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-11-stable/contrib/binutils/include/elf/
HDdwarf2.h255 DW_AT_bit_offset = 0x0c, enumerator
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDdwarf.c1022 if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) { in die_sou_create()
/freebsd-11-stable/contrib/gdb/gdb/
HDdwarf2read.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-11-stable/contrib/binutils/binutils/
HDdwarf.c1399 case DW_AT_bit_offset: return "DW_AT_bit_offset"; in get_AT_name()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp2442 case DW_AT_bit_offset: in ParseSingleMember()