/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | NativeProcessELF.cpp | 70 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 D | NativeProcessProtocolTest.cpp | 110 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 D | PipeBase.cpp | 21 Read(void * buf,size_t size,size_t & bytes_read) Read() argument
|
H A D | NativeProcessProtocol.cpp | 376 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 D | FileCache.cpp | 109 size_t bytes_read = dst_len; ReadFile() local
|
H A D | File.cpp | 551 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 D | IOStream.cpp | 98 int bytes_read = 0; read_full() local
|
/llvm-project/lldb/source/API/ |
H A D | SBFile.cpp | 57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read() argument
|
H A D | SBCommunication.cpp | 108 size_t bytes_read = 0; in Read() local
|
H A D | SBProcess.cpp | 266 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 D | MemoryTest.cpp | 108 size_t bytes_read = 0; in TEST_F() local
|
/llvm-project/libc/src/sys/auxv/linux/ |
H A D | getauxval.cpp | 137 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 D | DynamicLoaderMacOSXDYLD.cpp | 496 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 D | JITLoaderGDB.cpp | 129 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 D | ThreadedCommunication.cpp | 277 size_t bytes_read = ReadFromConnection( in ReadThread() local
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NativeProcessSoftwareSingleStep.cpp | 41 size_t bytes_read; in ReadMemoryCallback() local
|
/llvm-project/lldb/source/Host/windows/ |
H A D | ConnectionGenericFileWindows.cpp | 169 DWORD bytes_read = 0; in Read() local
|
H A D | PipeWindows.cpp | 278 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 D | LibCxxVector.cpp | 194 size_t bytes_read = process_sp->ReadMemory(byte_location, &byte, 1, err); GetChildAtIndex() local
|
/llvm-project/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 277 size_t bytes_read = dst_len; Read() local 510 ssize_t bytes_read = BytesAvailable() local
|
H A D | MainLoopPosix.cpp | 234 ssize_t bytes_read = llvm::sys::RetryAfterSignal( global() local
|
H A D | PipePosix.cpp | 305 size_t &bytes_read) { in ReadWithTimeout() argument
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 124 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 D | sanitizer_linux_test.cpp | 264 uptr bytes_read; TEST() local
|
/llvm-project/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 206 unsigned bytes_read; in getLEB128() local
|