Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp702 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
710 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
716 copy_from_offset = 0; in GetReturnValueObjectImpl()
721 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
741 copy_from_offset = 0; in GetReturnValueObjectImpl()
761 copy_from_offset = 0; in GetReturnValueObjectImpl()
778 copy_from_offset = 4; in GetReturnValueObjectImpl()
793 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
797 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
815 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
[all …]
H A DABIWindows_x86_64.cpp683 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
688 copy_from_offset = used_bytes; in GetReturnValueObjectImpl()
697 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
701 copy_from_extractor->CopyByteOrderedData(copy_from_offset, in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp718 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
726 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
732 copy_from_offset = 0; in GetReturnValueObjectImpl()
737 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
751 copy_from_offset = 0; in GetReturnValueObjectImpl()
773 copy_from_offset = 0; in GetReturnValueObjectImpl()
793 copy_from_offset = 4; in GetReturnValueObjectImpl()
808 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
812 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
824 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
[all …]