Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h41 *vfs::getRealFileSystem()); in Options()
44 *vfs::getRealFileSystem()); in Options()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h36 : m_fs(llvm::vfs::getRealFileSystem()), in FileSystem()
42 : m_fs(llvm::vfs::getRealFileSystem()), in FileSystem()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h34 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h41 llvm::vfs::getRealFileSystem(),
H A DTooling.h330 llvm::vfs::getRealFileSystem(),
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp234 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
268 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
696 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
H A DJSONCompilationDatabase.cpp170 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp105 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem()); in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h348 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
622 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
1064 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp168 auto FS = vfs::getRealFileSystem(); in doInitialization()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp218 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp593 auto FS = vfs::getRealFileSystem(); in overlapInput()
668 auto FS = vfs::getRealFileSystem(); in loadInput()
1317 auto FS = vfs::getRealFileSystem(); in supplementInstrProfile()
1450 auto FS = vfs::getRealFileSystem(); in mergeSampleProfile()
2552 auto FS = vfs::getRealFileSystem(); in loadProfiles()
2694 auto FS = vfs::getRealFileSystem(); in showInstrProfile()
3071 auto FS = vfs::getRealFileSystem(); in showSampleProfile()
3211 auto FS = vfs::getRealFileSystem(); in order_main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp354 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp479 *vfs::getRealFileSystem()); in run()
H A DMemProfiler.cpp885 this->FS = vfs::getRealFileSystem(); in MemProfUsePass()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h703 llvm::vfs::getRealFileSystem());
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp338 auto FS = vfs::getRealFileSystem(); in runPassPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp490 auto FS = vfs::getRealFileSystem(); in load()
906 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr); in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp59 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp241 auto FS = vfs::getRealFileSystem(); in runNewPMPasses()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp301 llvm::vfs::getRealFileSystem()); in createWithCUDA()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp797 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1376 auto FS = vfs::getRealFileSystem(); in accumulateCounts()

12