| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/ |
| H A D | TestGdbRemoteConnection.py | 56 ReadFile = kernel32.ReadFile variable 57 ReadFile.restype = BOOL 58 ReadFile.argtypes = (HANDLE, LPVOID, DWORD, LPDWORD, LPOVERLAPPED) 92 if not ReadFile(self._handle, ctypes.byref(buf), size, None,
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | source.cpp | 119 ReadFile(); in Open() 136 ReadFile(); in ReadStandardInput() 140 void SourceFile::ReadFile() { in ReadFile() function in Fortran::parser::SourceFile
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/benchmarks/ |
| H A D | Benchmark.cpp | 54 auto ReadFile = [](llvm::StringRef FilePath) -> std::string { in setup() local 64 SourceText = new std::string(ReadFile(Source)); in setup()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | bind_io_completion_callback.cpp | 53 if (!ReadFile(file, buffer, sizeof(buffer), NULL, &ov) && in main()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 37 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 227 uint64_t RemoteAwarePlatform::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in RemoteAwarePlatform 231 return m_remote_platform_sp->ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 232 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
|
| H A D | Platform.cpp | 698 uint64_t Platform::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in Platform 701 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 1642 ReadFile(src_fd, offset, &buffer[0], to_read, error); in DownloadModuleSlice()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | source.h | 64 void ReadFile();
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 90 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in FileCache
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 34 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| H A D | Platform.h | 502 virtual uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 115 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *data_ptr,
|
| H A D | PlatformRemoteGDBServer.cpp | 612 uint64_t PlatformRemoteGDBServer::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in PlatformRemoteGDBServer 616 return m_gdb_client_up->ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 181 result = ::ReadFile(m_file, dst, dst_len, NULL, &m_overlapped); in Read()
|
| H A D | PipeWindows.cpp | 284 BOOL result = ::ReadFile(m_read, buf, sys_bytes_read, &sys_bytes_read, in ReadWithTimeout()
|
| /llvm-project-15.0.7/llvm/unittests/TextAPI/ |
| H A D | TextStubV1Tests.cpp | 43 TEST(TBDv1, ReadFile) { in TEST() argument
|
| H A D | TextStubV2Tests.cpp | 42 TEST(TBDv2, ReadFile) { in TEST() argument
|
| H A D | TextStubV3Tests.cpp | 42 TEST(TBDv3, ReadFile) { in TEST() argument
|
| H A D | TextStubV4Tests.cpp | 23 TEST(TBDv4, ReadFile) { in TEST() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 376 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| H A D | GDBRemoteCommunicationClient.cpp | 3219 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile() function in GDBRemoteCommunicationClient
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 237 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(), in GetFile()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 772 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr); in ReadFromFile()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1263 // ReadFile can only read 2GB at a time. The caller should check the number of 1268 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 601 uint64_t retcode = platform_sp->ReadFile( in DoExecute()
|