Searched refs:DW_AT_bit_offset (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIEHash.h | 40 AttrEntry DW_AT_bit_offset; member
|
| D | DIEHash.cpp | 144 COLLECT_ATTR(DW_AT_bit_offset); in collectAttributes() 335 ADD_ATTR(Attrs.DW_AT_bit_offset); in hashAttributes()
|
| D | DwarfCompileUnit.cpp | 1887 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset); in constructMemberDIE()
|
| /freebsd-10-stable/lib/libdwarf/ |
| D | dwarf.h | 104 #define DW_AT_bit_offset 0x0c macro
|
| D | dwarf_dump.c | 98 case DW_AT_bit_offset: in get_attr_desc()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | dwarf2.h | 253 DW_AT_bit_offset = 0x0c, enumerator
|
| D | dwarf2out.c | 4555 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/ |
| D | dwarf2.h | 255 DW_AT_bit_offset = 0x0c, enumerator
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | Dwarf.cpp | 122 case DW_AT_bit_offset: return "DW_AT_bit_offset"; in AttributeString()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | Dwarf.h | 179 DW_AT_bit_offset = 0x0c, in LLVM_ENUM_INT_TYPE()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | dwarf.c | 1013 if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) { in die_sou_create()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | dwarf2read.c | 2630 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/ |
| D | dwarf.c | 1399 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/ |
| D | SymbolFileDWARF.cpp | 1765 case DW_AT_bit_offset: bit_offset = form_value.Unsigned(); break; in ParseChildMembers()
|