Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp69 size_t bytes_read; in GetELFImageInfoAddress() local
94 size_t bytes_read; in GetELFImageInfoAddress() local
119 size_t bytes_read; in ReadSVR4LibraryInfo() local
150 size_t bytes_read; in GetLoadedSVR4Libraries() local
/llvm-project-15.0.7/lldb/unittests/Host/
H A DNativeProcessProtocolTest.cpp110 size_t bytes_read; in TEST() local
126 size_t bytes_read; in TEST() local
143 size_t bytes_read; in TEST() local
/llvm-project-15.0.7/lldb/source/Host/common/
H A DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read()
H A DNativeProcessProtocol.cpp375 size_t bytes_read = 0; in RemoveSoftwareBreakpoint() local
432 size_t bytes_read = 0; in EnableSoftwareBreakpoint() local
628 size_t &bytes_read) { in ReadMemoryWithoutTrap()
660 size_t bytes_read = 0; in ReadCStringFromMemory() local
H A DFileCache.cpp109 size_t bytes_read = dst_len; in ReadFile() local
H A DFile.cpp518 ssize_t bytes_read = -1; in Read() local
642 ssize_t bytes_read = in Read() local
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DIOStream.cpp98 int bytes_read = 0; in read_full() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBFile.cpp57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read()
H A DSBCommunication.cpp107 size_t bytes_read = 0; in Read() local
H A DSBProcess.cpp263 size_t bytes_read = 0; in GetSTDOUT() local
276 size_t bytes_read = 0; in GetSTDERR() local
289 size_t bytes_read = 0; in GetAsyncProfileData() local
805 size_t bytes_read = 0; in ReadMemory() local
830 size_t bytes_read = 0; in ReadCStringFromMemory() local
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp485 const size_t bytes_read = in ReadAllImageInfosStructure() local
675 const size_t bytes_read = m_process->ReadMemory( in ReadImageInfos() local
771 size_t bytes_read = m_process->ReadMemory(addr, header_bytes.GetBytes(), in ReadMachHeader() local
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp128 size_t bytes_read = process->ReadMemory(from_addr, data.GetBytes(), in ReadJITEntry() local
293 size_t bytes_read = m_process->ReadMemory(m_jit_descriptor_addr, &jit_desc, in ReadJITDescriptorImpl() local
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp169 DWORD bytes_read = 0; in Read() local
H A DPipeWindows.cpp278 size_t &bytes_read) { in ReadWithTimeout()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp41 size_t bytes_read; in ReadMemoryCallback() local
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp209 size_t bytes_read = process_sp->ReadMemory(byte_location, &byte, 1, err); in GetChildAtIndex() local
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp279 size_t bytes_read = dst_len; in Read() local
512 ssize_t bytes_read = in BytesAvailable() local
H A DPipePosix.cpp248 size_t &bytes_read) { in ReadWithTimeout()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp145 size_t bytes_read; in __dfsw_strchr() local
154 size_t bytes_read; in __dfso_strchr() local
239 size_t bytes_read; in dfsan_memcmp_bcmp_label() local
248 size_t bytes_read; in dfsan_memcmp_bcmp_origin() local
329 size_t bytes_read; in DECLARE_WEAK_INTERCEPTOR_HOOK() local
341 size_t bytes_read; in __dfso_strcmp() local
368 size_t bytes_read; in __dfsw_strcasecmp() local
378 size_t bytes_read; in __dfso_strcasecmp() local
408 size_t bytes_read; in DECLARE_WEAK_INTERCEPTOR_HOOK() local
428 size_t bytes_read; in __dfso_strncmp() local
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp197 int bytes_read = process->ReadMemory(pc, buffer, size, error); in ReadProcessMemory() local
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp326 size_t bytes_read = ReadFromConnection( in ReadThread() local
H A DValue.cpp537 const size_t bytes_read = in GetValueAsData() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DDataExtractor.cpp205 unsigned bytes_read; in getLEB128() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp264 uptr bytes_read; in TEST() local
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp160 size_t bytes_read = in Read() local

123