/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOPosix.cpp | 110 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
|
H A D | FuzzerIOWindows.cpp | 217 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 214 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, OpenFile() function in RemoteAwarePlatform
|
H A D | Platform.cpp | 672 user_id_t Platform::OpenFile(const FileSpec &file_spec, OpenFile() function in Platform
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix.cpp | 165 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() function
|
H A D | sanitizer_coverage_libcdep_new.cpp | 32 static fd_t OpenFile(const char* path) { in OpenFile() function
|
H A D | sanitizer_win.cpp | 756 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { OpenFile() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 586 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec, in OpenFile() function in PlatformRemoteGDBServer
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 418 getFileAndSuggestModule(StringRef FileName,SourceLocation IncludeLoc,const DirectoryEntry * Dir,bool IsSystemHeaderDir,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule,bool OpenFile,bool CacheFailures) getFileAndSuggestModule() argument 868 LookupFile(StringRef Filename,SourceLocation IncludeLoc,bool isAngled,ConstSearchDirIterator FromDir,ConstSearchDirIterator * CurDirArg,ArrayRef<std::pair<OptionalFileEntryRef,DirectoryEntryRef>> Includers,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool BuildSystemModule,bool OpenFile,bool CacheFailures) LookupFile() argument [all...] |
H A D | PPDirectives.cpp | 957 LookupFile(SourceLocation FilenameLoc,StringRef Filename,bool isAngled,ConstSearchDirIterator FromDir,const FileEntry * FromFile,ConstSearchDirIterator * CurDirArg,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool OpenFile,bool CacheFailures) LookupFile() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 3053 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, OpenFile() function in GDBRemoteCommunicationClient
|