Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
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()