Home
last modified time | relevance | path

Searched refs:field_byte_offset (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp721 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local
765 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl()
784 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl()
839 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1646 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local
1696 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl()
1715 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl()
1775 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp1054 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local
1059 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9109 uint32_t field_byte_offset = 0; in DumpValue() local
9140 field_byte_offset = field_bit_offset / 8; in DumpValue()
9165 data_byte_offset + field_byte_offset, // Offset into "data" where in DumpValue()
9206 field_byte_offset = field_bit_offset / 8; in DumpValue()
9232 data_byte_offset + field_byte_offset, // Offset into "data" where to in DumpValue()
/freebsd-12.1/contrib/gcc/
H A Ddwarf2out.c4163 static HOST_WIDE_INT field_byte_offset (tree);
9624 field_byte_offset (tree decl) in field_byte_offset() function
9820 offset = field_byte_offset (decl); in add_data_member_location_attribute()
10890 HOST_WIDE_INT object_offset_in_bytes = field_byte_offset (decl); in add_bit_offset_attribute()
H A DChangeLog-19991333 * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
1822 * dwarfout.c (field_byte_offset): Size can be zero if there was
3800 (field_byte_offset): Use bits per word for variable length fields.
13178 * dwarfout.c (field_byte_offset): Correctly compute the object's
H A DChangeLog-2000448 (field_byte_offset): Try both the type align and the
3295 (field_byte_offset): Likewise.
3343 (field_byte_offset): Likewise.
25088 (field_byte_offset): Result is HOST_WIDE_INT.
H A DFSFChangeLog.115023 * dwarfout.c (field_byte_offset): Check for object_offset_in_bits
H A DChangeLog-200414622 field_byte_offset, add_data_member_location_attribute,