Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1204 if (shouldFallBackToExternalFS(EC)) in dir_begin()
1212 if (shouldFallBackToExternalFS(S.getError(), Result->E)) in dir_begin()
1861 bool RedirectingFileSystem::shouldFallBackToExternalFS( in shouldFallBackToExternalFS() function in RedirectingFileSystem
1969 if (shouldFallBackToExternalFS(Result.getError())) in status()
1975 if (!S && shouldFallBackToExternalFS(S.getError(), Result->E)) in status()
2015 if (shouldFallBackToExternalFS(Result.getError())) in openFileForRead()
2028 if (shouldFallBackToExternalFS(ExternalFile.getError(), Result->E)) in openFileForRead()
2055 if (shouldFallBackToExternalFS(Result.getError())) in getRealPath()
2064 if (!P && shouldFallBackToExternalFS(P, Result->E)) { in getRealPath()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h747 bool shouldFallBackToExternalFS(std::error_code EC, Entry *E = nullptr) const;