Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h40 AttrEntry DW_AT_bit_offset; member
DDIEHash.cpp144 COLLECT_ATTR(DW_AT_bit_offset); in collectAttributes()
335 ADD_ATTR(Attrs.DW_AT_bit_offset); in hashAttributes()
DDwarfCompileUnit.cpp1887 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset); in constructMemberDIE()
/freebsd-10-stable/lib/libdwarf/
Ddwarf.h104 #define DW_AT_bit_offset 0x0c macro
Ddwarf_dump.c98 case DW_AT_bit_offset: in get_attr_desc()
/freebsd-10-stable/contrib/gcc/
Ddwarf2.h253 DW_AT_bit_offset = 0x0c, enumerator
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-10-stable/contrib/binutils/include/elf/
Ddwarf2.h255 DW_AT_bit_offset = 0x0c, enumerator
/freebsd-10-stable/contrib/llvm/lib/Support/
DDwarf.cpp122 case DW_AT_bit_offset: return "DW_AT_bit_offset"; in AttributeString()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DDwarf.h179 DW_AT_bit_offset = 0x0c, in LLVM_ENUM_INT_TYPE()
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Ddwarf.c1013 if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) { in die_sou_create()
/freebsd-10-stable/contrib/gdb/gdb/
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-10-stable/contrib/binutils/binutils/
Ddwarf.c1399 case DW_AT_bit_offset: return "DW_AT_bit_offset"; in get_AT_name()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1765 case DW_AT_bit_offset: bit_offset = form_value.Unsigned(); break; in ParseChildMembers()