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

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1258 error = source_file.get()->Read(buffer_sp->GetBytes(), bytes_read);
1263 WriteFile(dest_file, offset, buffer_sp->GetBytes(), bytes_read, error);
H A DTarget.cpp3866 reinterpret_cast<const char *>(data_sp->GetBytes()),
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp164 uuid_bytes = module_sp->GetUUID().GetBytes().data();
H A DSBTarget.cpp2052 target_sp->ReadMemory(*addr_ptr, prefer_file_cache, data.GetBytes(),
2057 data.GetBytes(), bytes_read, count, data_from_file));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp347 uint8_t *dst = (uint8_t *)data_sp->GetBytes();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp884 if (::sysctl(mib, 4, buf_sp->GetBytes(), &auxv_size, NULL, 0) != 0) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp66 elf::ELFHeader::MagicBytesMatch(data_sp->GetBytes())) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1093 target.ReadMemory(start, prefer_file_cache, data_sp->GetBytes(),
H A DModule.cpp312 process_sp->ReadMemory(header_addr, data_up->GetBytes(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp270 m_section_contents_if_encrypted->GetBytes(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp2206 ptr = (const uint8_t *)reg_value.GetBytes();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2457 void *file_buf = data_sp->GetBytes();
2995 const llvm::StringRef raw_rs_info((const char *)buffer->GetBytes());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp2893 ptr = (const uint8_t *)reg_value.GetBytes();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3694 (const char *)continue_packet->GetBytes();
3817 (const char *)continue_packet->GetBytes());
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp1582 auto bytes = System::Text::Encoding::UTF8->GetBytes(ref->ToString());

Completed in 322 milliseconds

1234