Home
last modified time | relevance | path

Searched refs:ExternalFS (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1014 : ExternalFS(std::move(FS)) { in RedirectingFileSystem()
1015 if (ExternalFS) in RedirectingFileSystem()
1017 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1040 FileSystem &ExternalFS; member in llvm::vfs::VFSFromYamlDirIterImpl
1062 bool IterateExternalFS, FileSystem &ExternalFS, std::error_code &EC);
1079 if (ExternalFS) { in setCurrentWorkingDirectory()
1080 auto EC = ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
1094 return ExternalFS->isLocal(Path, Result); in isLocal()
1132 return ExternalFS->dir_begin(Dir, EC); in dir_begin()
1149 /*IterateExternalFS=*/shouldUseExternalFS(), *ExternalFS, EC)); in dir_begin()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp993 : ExternalFS(std::move(FS)) { in RedirectingFileSystem()
994 if (ExternalFS) in RedirectingFileSystem()
996 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1019 FileSystem &ExternalFS; member in llvm::vfs::VFSFromYamlDirIterImpl
1041 bool IterateExternalFS, FileSystem &ExternalFS, std::error_code &EC);
1058 if (ExternalFS) { in setCurrentWorkingDirectory()
1059 auto EC = ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
1073 return ExternalFS->isLocal(Path, Result); in isLocal()
1095 return ExternalFS->dir_begin(Dir, EC); in dir_begin()
1112 /*IterateExternalFS=*/shouldUseExternalFS(), *ExternalFS, EC)); in dir_begin()
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h507 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
679 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable
712 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS);
732 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
737 bool UseExternalNames, FileSystem &ExternalFS);
778 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/external/clang/lib/Basic/
DVirtualFileSystem.cpp842 IntrusiveRefCntPtr<FileSystem> ExternalFS; member in __anon45e96e000711::RedirectingFileSystem
878 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS) in RedirectingFileSystem() argument
879 : ExternalFS(std::move(ExternalFS)) {} in RedirectingFileSystem()
898 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
904 return ExternalFS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
907 return ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
1390 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in create() argument
1406 new RedirectingFileSystem(std::move(ExternalFS))); in create()
1515 ErrorOr<Status> S = ExternalFS->status(F->getExternalContentsPath()); in status()
1565 auto Result = ExternalFS->openFileForRead(F->getExternalContentsPath()); in openFileForRead()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h505 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
675 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable
718 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS);
738 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
775 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp672 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) { in getFromYAMLRawString() argument
675 ExternalFS); in getFromYAMLRawString()
680 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS = new DummyFileSystem()) { in getFromYAMLString() argument
683 return getFromYAMLRawString(VersionPlusContent, ExternalFS); in getFromYAMLString()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h329 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp1297 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) { in getFromYAMLRawString() argument
1300 ExternalFS); in getFromYAMLRawString()
1305 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS = new DummyFileSystem()) { in getFromYAMLString() argument
1308 return getFromYAMLRawString(VersionPlusContent, ExternalFS); in getFromYAMLString()