Home
last modified time | relevance | path

Searched refs:getRealFileSystem (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm-project/llvm/tools/dsymutil/
DReproducer.cpp26 Reproducer::Reproducer() : VFS(vfs::getRealFileSystem()) {} in Reproducer()
33 VFS = FileCollector::createCollectorVFS(vfs::getRealFileSystem(), FC); in ReproducerGenerate()
52 vfs::getRealFileSystem()->getBufferForFile(Mapping.str()); in ReproducerUse()
DLinkUtils.h71 vfs::getRealFileSystem();
/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DSanitizerCoverage.h43 *vfs::getRealFileSystem()); in Options()
46 *vfs::getRealFileSystem()); in Options()
/external/llvm-project/lldb/include/lldb/Host/
DFileSystem.h35 : m_fs(llvm::vfs::getRealFileSystem()), m_collector(nullptr), in FileSystem()
38 : m_fs(llvm::vfs::getRealFileSystem()), m_collector(std::move(collector)), in FileSystem()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DYaml.h33 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestFS.h41 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()); in viewImpl()
/external/llvm-project/clang/include/clang/Tooling/
DStandaloneExecution.h40 llvm::vfs::getRealFileSystem(),
DTooling.h313 llvm::vfs::getRealFileSystem(),
/external/llvm-project/llvm/unittests/Support/
DSpecialCaseListTest.cpp166 SpecialCaseList::create(Files, *vfs::getRealFileSystem(), Error)); in TEST_F()
182 auto SCL = SpecialCaseList::createOrDie(Files, *vfs::getRealFileSystem()); in TEST_F()
DFileCollectorTest.cpp177 FileCollector::createCollectorVFS(vfs::getRealFileSystem(), Collector); in TEST()
272 FileCollector::createCollectorVFS(vfs::getRealFileSystem(), Collector); in TEST()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h242 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
329 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/external/clang/lib/Tooling/
DTooling.cpp134 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
321 OverlayFileSystem(new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in ClangTool()
509 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
/external/clang/unittests/Tooling/
DRewriterTestContext.h44 new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in RewriterTestContext()
DToolingTest.cpp153 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in TEST()
179 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in TEST()
/external/llvm-project/clang/unittests/Driver/
DDistroTest.cpp349 CountingFileSystem() : ProxyFileSystem(llvm::vfs::getRealFileSystem()) {} in TEST()
366 llvm::vfs::getRealFileSystem(); in TEST()
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp207 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
243 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
626 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
/external/llvm-project/clang/unittests/Tooling/
DRewriterTestContext.h57 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())), in RewriterTestContext()
DToolingTest.cpp174 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
200 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
488 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
/external/llvm-project/clang/unittests/Frontend/
DASTUnitTest.cpp52 new FileManager(FileSystemOptions(), vfs::getRealFileSystem()); in createASTUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h303 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
505 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
775 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h304 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
507 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
778 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/external/llvm-project/lldb/include/lldb/Utility/
DReproducer.h172 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath()); in LoadBuffer()
/external/llvm-project/llvm/tools/llvm-cfi-verify/
Dllvm-cfi-verify.cpp267 *vfs::getRealFileSystem(), Error); in main()
/external/llvm-project/clang/lib/Driver/
DDistro.cpp214 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
/external/llvm-project/llvm/lib/Support/
DFileCollector.cpp31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()

123