Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DReproducer.cpp27 Reproducer::Reproducer() : VFS(vfs::getRealFileSystem()) {} in Reproducer()
37 VFS = FileCollector::createCollectorVFS(vfs::getRealFileSystem(), FC); in ReproducerGenerate()
69 vfs::getRealFileSystem()->getBufferForFile(Mapping.str()); in ReproducerUse()
H A DLinkUtils.h83 vfs::getRealFileSystem();
H A DDebugMap.cpp236 BinaryHolder BinHolder(vfs::getRealFileSystem(), /* Verbose =*/false); in denormalize()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h41 *vfs::getRealFileSystem()); in Options()
44 *vfs::getRealFileSystem()); in Options()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h34 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DStandaloneExecution.h41 llvm::vfs::getRealFileSystem(),
H A DTooling.h327 llvm::vfs::getRealFileSystem(),
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp105 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem()); in main()
/openbsd-src/gnu/llvm/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()
665 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
H A DJSONCompilationDatabase.cpp170 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileSystem.h33 FileSystem() : m_fs(llvm::vfs::getRealFileSystem()) {} in FileSystem()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp272 *vfs::getRealFileSystem(), Error); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h348 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
622 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
1056 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDistro.cpp215 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileCollector.cpp31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
H A DCommandLine.cpp1390 : Saver(A), Tokenizer(T), FS(vfs::getRealFileSystem().get()) {} in ExpansionContext()
H A DVirtualFileSystem.cpp375 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { in getRealFileSystem() function in vfs
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h700 llvm::vfs::getRealFileSystem());
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp59 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp784 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()
H A DASTUnit.cpp1797 VFS = llvm::vfs::getRealFileSystem(); in LoadFromCommandLine()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp522 *vfs::getRealFileSystem()); in createUserIgnorelist()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp838 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr); in run()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp548 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in detectWinSysRoot()

12