Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp884 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
888 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
893 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
898 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
1021 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp927 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
931 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
935 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
939 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp692 *offset_ptr += CopyByteOrderedData(*offset_ptr, 10, &val, sizeof(val), in GetLongDouble()
695 *offset_ptr += CopyByteOrderedData(*offset_ptr, sizeof(val), &val, in GetLongDouble()
769 DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len, in CopyByteOrderedData() function in DataExtractor
H A DRegisterValue.cpp74 reg_data.CopyByteOrderedData(0, // src offset in GetAsMemoryData()
273 if (src.CopyByteOrderedData( in SetValueFromData()
H A DScalar.cpp2522 data.CopyByteOrderedData(0, // src offset in GetAsMemoryData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataExtractor.h429 lldb::offset_t CopyByteOrderedData(lldb::offset_t src_offset,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp489 data.CopyByteOrderedData(0, num_bytes, buffer, 16, byte_order); in SetReturnValueObject()
837 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1359 data.CopyByteOrderedData(0, num_bytes, buffer, 16, byte_order); in SetReturnValueObject()
1773 copy_from_extractor->CopyByteOrderedData( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp157 if (data.CopyByteOrderedData(0, // src offset in PrivateSetRegisterValue()
324 if (data.CopyByteOrderedData(data_offset, // src offset in WriteRegisterBytes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp471 data.CopyByteOrderedData(0, num_bytes, buffer, 8, byte_order); in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp373 data.CopyByteOrderedData(0, num_bytes, buffer, 16, byte_order); in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp914 data.CopyByteOrderedData(0, byte_size, in SetData()
1615 new_data.CopyByteOrderedData( in SetValueFromCString()