Home
last modified time | relevance | path

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

12

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

12