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 D | ABISysV_mips64.cpp | 884 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 D | ABISysV_mips.cpp | 927 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 D | DataExtractor.cpp | 692 *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 D | RegisterValue.cpp | 74 reg_data.CopyByteOrderedData(0, // src offset in GetAsMemoryData() 273 if (src.CopyByteOrderedData( in SetValueFromData()
|
| H A D | Scalar.cpp | 2522 data.CopyByteOrderedData(0, // src offset in GetAsMemoryData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | DataExtractor.h | 429 lldb::offset_t CopyByteOrderedData(lldb::offset_t src_offset,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ |
| H A D | ABISysV_ppc.cpp | 489 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 D | ABISysV_x86_64.cpp | 1359 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 D | GDBRemoteRegisterContext.cpp | 157 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 D | ABISysV_s390x.cpp | 471 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 D | ABISysV_ppc64.cpp | 373 data.CopyByteOrderedData(0, num_bytes, buffer, 16, byte_order); in SetReturnValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 914 data.CopyByteOrderedData(0, byte_size, in SetData() 1615 new_data.CopyByteOrderedData( in SetValueFromCString()
|