Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABISysV_x86_64.cpp701 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
709 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
715 copy_from_offset = 0; in GetReturnValueObjectImpl()
720 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
740 copy_from_offset = 0; in GetReturnValueObjectImpl()
760 copy_from_offset = 0; in GetReturnValueObjectImpl()
777 copy_from_offset = 4; in GetReturnValueObjectImpl()
792 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
796 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
814 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
[all …]
DABIWindows_x86_64.cpp682 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
687 copy_from_offset = used_bytes; in GetReturnValueObjectImpl()
696 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
700 copy_from_extractor->CopyByteOrderedData(copy_from_offset, in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp720 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
728 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
734 copy_from_offset = 0; in GetReturnValueObjectImpl()
739 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
753 copy_from_offset = 0; in GetReturnValueObjectImpl()
776 copy_from_offset = 0; in GetReturnValueObjectImpl()
796 copy_from_offset = 4; in GetReturnValueObjectImpl()
811 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
815 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
829 if (copy_from_offset + field_byte_width > in GetReturnValueObjectImpl()
[all …]