Home
last modified time | relevance | path

Searched defs:ReadFile (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileCache.cpp90 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in FileCache
/llvm-project-15.0.7/flang/lib/Parser/
H A Dsource.cpp140 void SourceFile::ReadFile() { in ReadFile() function in Fortran::parser::SourceFile
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/
H A DTestGdbRemoteConnection.py56 ReadFile = kernel32.ReadFile variable
/llvm-project-15.0.7/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp54 auto ReadFile = [](llvm::StringRef FilePath) -> std::string { in setup() local
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp227 uint64_t RemoteAwarePlatform::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in RemoteAwarePlatform
H A DPlatform.cpp698 uint64_t Platform::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in Platform
/llvm-project-15.0.7/llvm/unittests/TextAPI/
H A DTextStubV1Tests.cpp43 TEST(TBDv1, ReadFile) { in TEST() argument
H A DTextStubV2Tests.cpp42 TEST(TBDv2, ReadFile) { in TEST() argument
H A DTextStubV3Tests.cpp42 TEST(TBDv3, ReadFile) { in TEST() argument
H A DTextStubV4Tests.cpp23 TEST(TBDv4, ReadFile) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp612 uint64_t PlatformRemoteGDBServer::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in PlatformRemoteGDBServer
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3219 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd, in ReadFile() function in GDBRemoteCommunicationClient