Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp719 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
727 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
733 copy_from_offset = 0; in GetReturnValueObjectImpl()
738 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
752 copy_from_offset = 0; in GetReturnValueObjectImpl()
774 copy_from_offset = 0; in GetReturnValueObjectImpl()
794 copy_from_offset = 4; in GetReturnValueObjectImpl()
809 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
813 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
825 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp703 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
711 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
717 copy_from_offset = 0; in GetReturnValueObjectImpl()
722 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
742 copy_from_offset = 0; in GetReturnValueObjectImpl()
762 copy_from_offset = 0; in GetReturnValueObjectImpl()
779 copy_from_offset = 4; in GetReturnValueObjectImpl()
794 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
798 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
816 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
[all …]
H A DABIWindows_x86_64.cpp684 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
689 copy_from_offset = used_bytes; in GetReturnValueObjectImpl()
698 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
702 copy_from_extractor->CopyByteOrderedData(copy_from_offset, in GetReturnValueObjectImpl()