Home
last modified time | relevance | path

Searched refs:shouldFallBackToExternalFS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1204 if (shouldFallBackToExternalFS(EC)) in dir_begin()
1212 if (shouldFallBackToExternalFS(S.getError(), Result->E)) in dir_begin()
1860 bool RedirectingFileSystem::shouldFallBackToExternalFS( in shouldFallBackToExternalFS() function in RedirectingFileSystem
1968 if (shouldFallBackToExternalFS(Result.getError())) in status()
1974 if (!S && shouldFallBackToExternalFS(S.getError(), Result->E)) in status()
2014 if (shouldFallBackToExternalFS(Result.getError())) in openFileForRead()
2027 if (shouldFallBackToExternalFS(ExternalFile.getError(), Result->E)) in openFileForRead()
2054 if (shouldFallBackToExternalFS(Result.getError())) in getRealPath()
2063 if (!P && shouldFallBackToExternalFS(P, Result->E)) { in getRealPath()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h747 bool shouldFallBackToExternalFS(std::error_code EC, Entry *E = nullptr) const;