Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DReproducer.cpp26 Reproducer::Reproducer() : VFS(vfs::getRealFileSystem()) {} in Reproducer()
36 VFS = FileCollector::createCollectorVFS(vfs::getRealFileSystem(), FC); in ReproducerGenerate()
68 vfs::getRealFileSystem()->getBufferForFile(Mapping.str()); in ReproducerUse()
H A DLinkUtils.h75 vfs::getRealFileSystem();
H A DDebugMap.cpp235 BinaryHolder BinHolder(vfs::getRealFileSystem(), /* Verbose =*/false); in denormalize()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h42 *vfs::getRealFileSystem()); in Options()
45 *vfs::getRealFileSystem()); in Options()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp178 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
204 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
230 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
259 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
305 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
333 auto RFS = llvm::vfs::getRealFileSystem(); in overlayRealFS()
692 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
H A DRewriterTestContext.h57 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())), in RewriterTestContext()
/llvm-project-15.0.7/clang/unittests/Driver/
H A DDistroTest.cpp347 CountingFileSystem() : ProxyFileSystem(llvm::vfs::getRealFileSystem()) {} in TEST()
368 llvm::vfs::getRealFileSystem(); in TEST()
396 llvm::vfs::getRealFileSystem(); in TEST()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h33 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTestFS.h39 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()); in viewImpl()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DStandaloneExecution.h40 llvm::vfs::getRealFileSystem(),
H A DTooling.h327 llvm::vfs::getRealFileSystem(),
/llvm-project-15.0.7/llvm/unittests/Support/
H A DSpecialCaseListTest.cpp166 SpecialCaseList::create(Files, *vfs::getRealFileSystem(), Error)); in TEST_F()
182 auto SCL = SpecialCaseList::createOrDie(Files, *vfs::getRealFileSystem()); in TEST_F()
H A DFileCollectorTest.cpp176 FileCollector::createCollectorVFS(vfs::getRealFileSystem(), Collector); in TEST()
271 FileCollector::createCollectorVFS(vfs::getRealFileSystem(), Collector); in TEST()
/llvm-project-15.0.7/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp54 llvm::vfs::getRealFileSystem(), fp.GetFileCollector())); in InitializeFileSystem()
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp105 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem()); in main()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp226 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
262 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
654 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducer.h170 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath()); in LoadBuffer()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp49 if (llvm::vfs::getRealFileSystem()->exists(input.getFile())) { in beginSourceFile()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DASTUnitTest.cpp54 new FileManager(FileSystemOptions(), vfs::getRealFileSystem()); in createASTUnit()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileSystem.h33 FileSystem() : m_fs(llvm::vfs::getRealFileSystem()) {} in FileSystem()
/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp272 *vfs::getRealFileSystem(), Error); in main()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h349 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
620 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
1014 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/llvm-project-15.0.7/clang/lib/Driver/
H A DDistro.cpp214 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp306 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in DoExecute()

12