Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp898 uint32_t copy_from_offset = 0; in GetReturnValueObjectImpl() local
908 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
915 copy_from_offset = 0; in GetReturnValueObjectImpl()
923 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
949 copy_from_offset = 0; in GetReturnValueObjectImpl()
975 copy_from_offset = 0; in GetReturnValueObjectImpl()
999 copy_from_offset = 4; in GetReturnValueObjectImpl()
1018 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()
1024 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()
1045 if (copy_from_offset + field_byte_width > copy_from_extractor->GetByteSize()) in GetReturnValueObjectImpl()
[all …]