Home
last modified time | relevance | path

Searched refs:integer_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp692 uint32_t integer_bytes = in GetReturnValueObjectImpl() local
728 if (integer_bytes < 8) { in GetReturnValueObjectImpl()
732 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
733 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
739 integer_bytes = 8 + field_byte_width; in GetReturnValueObjectImpl()
743 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
744 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
812 if (integer_bytes < 8) { in GetReturnValueObjectImpl()
815 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
816 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp923 uint32_t integer_bytes = 0; in GetReturnValueObjectImpl() local
1059 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()
1061 if (integer_bytes < 8) { in GetReturnValueObjectImpl()
1063 if (integer_bytes + *field_byte_width + padding <= 8) { in GetReturnValueObjectImpl()
1066 integer_bytes = integer_bytes + *field_byte_width + in GetReturnValueObjectImpl()
1072 integer_bytes = integer_bytes + *field_byte_width + in GetReturnValueObjectImpl()
1079 else if (integer_bytes + *field_byte_width + padding <= 16) { in GetReturnValueObjectImpl()
1080 integer_bytes = integer_bytes + *field_byte_width + padding; in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1614 uint32_t integer_bytes = in GetReturnValueObjectImpl() local
1653 if (integer_bytes < 8) { in GetReturnValueObjectImpl()
1657 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
1658 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
1664 integer_bytes = 8 + field_byte_width; in GetReturnValueObjectImpl()
1668 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
1669 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
1743 if (integer_bytes < 8) { in GetReturnValueObjectImpl()
1746 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
1747 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()
[all …]