Home
last modified time | relevance | path

Searched defs:BytesRead (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h74 size_t &BytesRead) /*override*/ { in ReadMemory()
108 size_t BytesRead; in ReadMemoryWithoutTrap() local
/llvm-project-15.0.7/libc/utils/testutils/
H A DFDReaderUnix.cpp40 for (int BytesRead; (BytesRead = ::read(pipefd[0], Buffer, ChunkSize));) { in match_written() local
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp31 ssize_t BytesRead; in retryingReadSome() local
55 ssize_t BytesRead; in readValueFromFile() local
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h168 unsigned BytesRead; in fillCurWord() local
H A DBitstreamWriter.h168 ssize_t BytesRead = FS->read(Bytes, BytesFromDisk); in BackpatchWord() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp994 int BytesRead = 0, BytesWritten = 0; in copy_file_internal() local
1052 int BytesRead = 0; in md5_contents() local
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1941 if (Expected<size_t> BytesRead = fs::readNativeFile( in TEST_F() local
2008 if (Expected<size_t> BytesRead = fs::readNativeFileSlice( in TEST_F() local
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp334 Expected<size_t> BytesRead = sys::fs::readNativeFileSlice( in checkPerfDataMagic() local