Home
last modified time | relevance | path

Searched refs:copy_from_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp724 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
732 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
738 copy_from_offset = 0; in GetReturnValueObjectImpl()
743 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
757 copy_from_offset = 0; in GetReturnValueObjectImpl()
780 copy_from_offset = 0; in GetReturnValueObjectImpl()
800 copy_from_offset = 4; in GetReturnValueObjectImpl()
815 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
819 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
833 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1649 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
1657 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
1663 copy_from_offset = 0; in GetReturnValueObjectImpl()
1668 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
1688 copy_from_offset = 0; in GetReturnValueObjectImpl()
1711 copy_from_offset = 0; in GetReturnValueObjectImpl()
1731 copy_from_offset = 4; in GetReturnValueObjectImpl()
1746 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
1750 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
1769 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
[all …]