Home
last modified time | relevance | path

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

123

/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp70 size_t bytes_read; in GetELFImageInfoAddress() local
95 size_t bytes_read; in GetELFImageInfoAddress() local
120 size_t bytes_read; in ReadSVR4LibraryInfo() local
151 size_t bytes_read; in GetLoadedSVR4Libraries() local
/llvm-project/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/lldb/source/Host/common/
H A DPipeBase.cpp21 Read(void * buf,size_t size,size_t & bytes_read) Read() argument
H A DNativeProcessProtocol.cpp376 size_t bytes_read = 0; RemoveSoftwareBreakpoint() local
433 size_t bytes_read = 0; EnableSoftwareBreakpoint() local
651 ReadMemoryWithoutTrap(lldb::addr_t addr,void * buf,size_t size,size_t & bytes_read) ReadMemoryWithoutTrap() argument
682 size_t bytes_read = 0; ReadCStringFromMemory() local
[all...]
H A DFileCache.cpp109 size_t bytes_read = dst_len; ReadFile() local
H A DFile.cpp551 ssize_t bytes_read = -1; in Read() local
682 ssize_t bytes_read = in Read() local
[all...]
/llvm-project/lldb/tools/lldb-dap/
H A DIOStream.cpp98 int bytes_read = 0; read_full() local
/llvm-project/lldb/source/API/
H A DSBFile.cpp57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read() argument
H A DSBCommunication.cpp108 size_t bytes_read = 0; in Read() local
H A DSBProcess.cpp266 size_t bytes_read = 0; GetSTDOUT() local
279 size_t bytes_read = 0; GetSTDERR() local
292 size_t bytes_read = 0; GetAsyncProfileData() local
871 size_t bytes_read = 0; ReadMemory() local
895 size_t bytes_read = 0; ReadCStringFromMemory() local
[all...]
/llvm-project/lldb/unittests/Target/
H A DMemoryTest.cpp108 size_t bytes_read = 0; in TEST_F() local
/llvm-project/libc/src/sys/auxv/linux/
H A Dgetauxval.cpp137 ssize_t bytes_read = read(fd_guard.get(), buf, available_size); initialize_auxv_once() local
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp496 const size_t bytes_read = ReadAllImageInfosStructure() local
686 const size_t bytes_read = m_process->ReadMemory( ReadImageInfos() local
782 size_t bytes_read = m_process->ReadMemory(addr, header_bytes.GetBytes(), ReadMachHeader() local
/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp129 size_t bytes_read = process->ReadMemory(from_addr, data.GetBytes(), in ReadJITEntry() local
291 size_t bytes_read = m_process->ReadMemory(m_jit_descriptor_addr, &jit_desc, in ReadJITDescriptorImpl() local
/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp277 size_t bytes_read = ReadFromConnection( in ReadThread() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp41 size_t bytes_read; in ReadMemoryCallback() local
/llvm-project/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp169 DWORD bytes_read = 0; in Read() local
H A DPipeWindows.cpp278 ReadWithTimeout(void * buf,size_t size,const std::chrono::microseconds & duration,size_t & bytes_read) ReadWithTimeout() argument
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp194 size_t bytes_read = process_sp->ReadMemory(byte_location, &byte, 1, err); GetChildAtIndex() local
/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp277 size_t bytes_read = dst_len; Read() local
510 ssize_t bytes_read = BytesAvailable() local
H A DMainLoopPosix.cpp234 ssize_t bytes_read = llvm::sys::RetryAfterSignal( global() local
H A DPipePosix.cpp305 size_t &bytes_read) { in ReadWithTimeout() argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp124 dfsan_strchr_with_label(const char * s,int c,size_t * bytes_read,dfsan_label s_label,dfsan_label c_label,dfsan_label * ret_label) dfsan_strchr_with_label() argument
149 size_t bytes_read; __dfsw_strchr() local
158 size_t bytes_read; __dfso_strchr() local
263 dfsan_memcmp_bcmp(const void * s1,const void * s2,size_t n,size_t * bytes_read) dfsan_memcmp_bcmp() argument
294 size_t bytes_read; dfsan_memcmp_bcmp_label() local
303 size_t bytes_read; dfsan_memcmp_bcmp_origin() local
360 dfsan_strncmp(const char * s1,const char * s2,size_t n,size_t * bytes_read) dfsan_strncmp() argument
384 size_t bytes_read; DECLARE_WEAK_INTERCEPTOR_HOOK() local
396 size_t bytes_read; __dfso_strcmp() local
405 dfsan_strncasecmp(const char * s1,const char * s2,size_t n,size_t * bytes_read) dfsan_strncasecmp() argument
423 size_t bytes_read; __dfsw_strcasecmp() local
433 size_t bytes_read; __dfso_strcasecmp() local
463 size_t bytes_read; DECLARE_WEAK_INTERCEPTOR_HOOK() local
483 size_t bytes_read; __dfso_strncmp() local
497 size_t bytes_read; __dfsw_strncasecmp() local
513 size_t bytes_read; __dfso_strncasecmp() local
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp264 uptr bytes_read; TEST() local
/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp206 unsigned bytes_read; in getLEB128() local

123