Searched refs:GetBytes (Results 51 - 75 of 90) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp209 const uint8_t *data_bytes = data->GetBytes();
293 m_start = data_sp->GetBytes() + data_offset;
995 uint8_t *bytes_ptr = buffer_heap_ptr->GetBytes();
1020 uint8_t *bytes_ptr = buffer_heap_ptr->GetBytes();
H A DScalar.cpp138 GetBytes(buffer_up->GetData());
160 void Scalar::GetBytes(llvm::MutableArrayRef<uint8_t> storage) const { function in class:Scalar
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp75 ReadMemory(my_buffer.GetBytes(), allocation_process_addr, size, err);
78 DataExtractor my_extractor(my_buffer.GetBytes(), my_buffer.GetByteSize(),
155 process->ReadMemory(func_remote_addr, buffer_sp->GetBytes(),
451 ReadMemory(my_buffer.GetBytes(), record.m_process_address,
455 DataExtractor my_extractor(my_buffer.GetBytes(),
H A DDWARFExpression.cpp471 DataEncoder encoder(head_data_up->GetBytes(), head_data_up->GetByteSize(),
534 DataEncoder encoder(heap_data_sp->GetBytes(), heap_data_sp->GetByteSize(),
2081 ::memset(curr_piece.GetBuffer().GetBytes(), 0, piece_byte_size);
2099 load_addr, curr_piece.GetBuffer().GetBytes(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1534 thread.GetProcess()->ReadMemory(address, buffer.GetBytes(),
1540 value.SetBytes(buffer.GetBytes(), buffer.GetByteSize());
1642 uint32_t *buffer_ptr = (uint32_t *)buffer.GetBytes();
1650 value.SetBytes(buffer.GetBytes(), *byte_size);
1816 reg_info, data_sp->GetBytes() + data_offset, vfp_byte_size,
H A DABIMacOSX_arm.cpp1619 heap_data_up->GetBytes() + 0,
1622 heap_data_up->GetBytes() + 4,
1625 heap_data_up->GetBytes() + 8,
1628 heap_data_up->GetBytes() + 12,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp180 lldb_reg, llvm::ArrayRef<uint8_t>(buffer_sp->GetBytes(),
206 buffer_sp->GetBytes(),
536 if (!data_sp || data_sp->GetBytes() == nullptr || data_sp->GetByteSize() == 0)
558 {data_sp->GetBytes(), size_t(data_sp->GetByteSize())}))
683 {data_sp->GetBytes() + reg_info->byte_offset,
H A DGDBRemoteCommunicationServerLLGS.cpp486 AppendHexValue(response, (const uint8_t *)reg_value_p->GetBytes(),
1930 memcpy(regs_buffer.data() + reg_info->byte_offset, reg_value.GetBytes(),
2001 static_cast<const uint8_t *>(reg_value.GetBytes());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp520 xmm_reg, heap_data_up->GetBytes(),
701 field_byte_width, data_sp->GetBytes() + field_byte_offset,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h435 llvm::ArrayRef<uint8_t> GetBytes() const;
453 llvm::ArrayRef<uint8_t> GetBytes() const;
H A DPythonDataObjects.cpp300 llvm::ArrayRef<uint8_t> PythonBytes::GetBytes() const { function in class:PythonBytes
345 llvm::ArrayRef<uint8_t> PythonByteArray::GetBytes() const { function in class:PythonByteArray
363 llvm::ArrayRef<uint8_t> bytes = GetBytes();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h112 void GetBytes(llvm::MutableArrayRef<uint8_t> storage) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp120 m_value.GetScalar() = (uintptr_t)data_sp->GetBytes();
H A DValueObject.cpp781 so_addr, false, heap_buf_ptr->GetBytes(), bytes, error);
795 addr + offset, heap_buf_ptr->GetBytes(), bytes, error);
908 memcpy(destination->GetBytes(), source.GetString().data(), source.GetSize());
971 memcpy(buffer_sp->GetBytes(), cstr, cstr_len);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp617 ::memcpy(fpu.v[reg - fpu_v0].bytes, value.GetBytes(),
650 uint8_t *dst = data_sp->GetBytes();
666 const uint8_t *src = data_sp->GetBytes();
H A DRegisterContextDarwin_arm.cpp1296 uint8_t *dst = data_sp->GetBytes();
1312 const uint8_t *src = data_sp->GetBytes();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1485 if (process->ReadMemory(class_infos_addr, buffer.GetBytes(),
1488 DataExtractor class_infos_data(buffer.GetBytes(),
1791 if (process->ReadMemory(class_infos_addr, buffer.GetBytes(),
1794 DataExtractor class_infos_data(buffer.GetBytes(),
2565 last_read_class, buffer.GetBytes(), buffer.GetByteSize(), error);
2573 DataExtractor data(buffer.GetBytes(), buffer.GetByteSize(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp625 altivec_reg, heap_data_up->GetBytes(),
835 data_sp->GetBytes() + field_byte_offset, field_byte_width,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp235 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(),
242 buffer_sp->GetBytes(), n_read,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp525 const auto dmp_bytes = minidump_uuid.GetBytes();
526 const auto mod_bytes = module_sp->GetUUID().GetBytes();
H A DMinidumpParser.cpp42 return llvm::ArrayRef<uint8_t>(m_data_sp->GetBytes(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp349 const uint8_t *magic = data_sp->GetBytes() + data_offset;
359 magic = data_sp->GetBytes();
378 const uint8_t *magic = data_sp->GetBytes();
398 const uint8_t *magic = data_sp->GetBytes() + data_offset;
2603 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() +
2630 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() +
3350 {reinterpret_cast<char *>(buffer_sp->GetBytes()),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp300 process_sp->ReadMemory(addr, buffer_sp->GetBytes(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp77 llvm::ArrayRef<uint8_t> module_uuid = uuid->GetBytes();
H A DObjectFile.cpp474 addr, data_up->GetBytes(), data_up->GetByteSize(), error);

Completed in 411 milliseconds

1234