| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_libcdep_new.cpp | 32 static fd_t OpenFile(const char* path) { in OpenFile() function 34 fd_t fd = OpenFile(path, WrOnly, &err); in OpenFile() 52 fd_t fd = OpenFile(file_path); in WriteModuleCoverage() 172 fd_t fd = OpenFile(file_path); in DumpCoverage() 182 fd_t fd = OpenFile(file_path); in DumpCoverage()
|
| H A D | sanitizer_file.cpp | 66 fd = OpenFile(full_path, WrOnly, &err); in ReopenIfNecessary() 208 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToBuffer() 244 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToVector()
|
| H A D | sanitizer_file.h | 59 fd_t OpenFile(const char *filename, FileAccessMode mode,
|
| H A D | sanitizer_posix.cpp | 165 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() function 205 fd_t fd = OpenFile(file_name, RdOnly); in MapFileToMemory()
|
| H A D | sanitizer_win.cpp | 623 fd_t fd = OpenFile(modname, RdOnly, nullptr); in GetPreferredBase() 769 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileManager.h | 195 bool OpenFile = false, 209 bool OpenFile = false, 212 getFileRef(Filename, OpenFile, CacheFailure));
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 101 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, in OpenFile() function in RemoteAwarePlatform 105 return m_remote_platform_sp->OpenFile(file_spec, flags, mode, error); in OpenFile() 106 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile()
|
| H A D | Platform.cpp | 641 user_id_t Platform::OpenFile(const FileSpec &file_spec, in OpenFile() function in Platform 645 return FileCache::GetInstance().OpenFile(file_spec, flags, mode, error); in OpenFile() 1165 lldb::user_id_t dest_file = OpenFile( in PutFile() 1745 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 48 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 184 bool OpenFile = true) const;
|
| H A D | HeaderSearch.h | 514 bool BuildSystemModule = false, bool OpenFile = true, 817 bool OpenFile = true, bool CacheFailures = true);
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 447 ModuleMap::KnownHeader *SuggestedModule, bool OpenFile /*=true*/, in getFileAndSuggestModule() argument 451 auto File = getFileMgr().getFileRef(FileName, OpenFile, CacheFailures); in getFileAndSuggestModule() 482 bool OpenFile) const { in LookupFile() 504 RequestingModule, SuggestedModule, OpenFile); in LookupFile() 549 if (auto Res = HS.getFileMgr().getOptionalFileRef(Dest, OpenFile)) { in LookupFile() 897 bool BuildSystemModule, bool OpenFile, bool CacheFailures) { in LookupFile() argument 927 RequestingModule, SuggestedModule, OpenFile, in LookupFile() 1082 IsInHeaderMap, MappedName, OpenFile); in LookupFile()
|
| H A D | PPDirectives.cpp | 984 bool *IsFrameworkFound, bool SkipCache, bool OpenFile, bool CacheFailures) { in LookupFile() argument 1069 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile() 1104 Preprocessor::LookupEmbedFile(StringRef Filename, bool isAngled, bool OpenFile, in LookupEmbedFile() argument 1110 Filename, OpenFile, /*CacheFailure=*/true, /*IsText=*/false); in LookupEmbedFile() 1137 LookupPath, OpenFile, /*CacheFailure=*/true, /*IsText=*/false); in LookupEmbedFile() 1153 LookupPath, OpenFile, /*CacheFailure=*/true, /*IsText=*/false); in LookupEmbedFile() 1165 LookupPath, OpenFile, /*CacheFailure=*/true, /*IsText=*/false); in LookupEmbedFile()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.h | 100 FILE* OpenFile(int Fd, const char *Mode);
|
| H A D | FuzzerIOPosix.cpp | 111 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
|
| H A D | FuzzerIO.cpp | 139 FILE *NewOutputFile = OpenFile(OutputFd, "w"); in DupAndCloseStderr()
|
| H A D | FuzzerIOWindows.cpp | 217 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, in OpenFile() function in FileCache
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | Platform.h | 576 virtual lldb::user_id_t OpenFile(const FileSpec &file_spec,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 111 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | PlatformRemoteGDBServer.cpp | 580 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec, in OpenFile() function in PlatformRemoteGDBServer 585 return m_gdb_client_up->OpenFile(file_spec, flags, mode, error); in OpenFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 214 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile() 226 user_id_t fd_dst = FileCache::GetInstance().OpenFile( in GetFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 359 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|