Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h42 *vfs::getRealFileSystem()); in Options()
45 *vfs::getRealFileSystem()); in Options()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRealpathPrefixes.h35 llvm::vfs::getRealFileSystem());
/freebsd/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/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h41 llvm::vfs::getRealFileSystem(),
H A DTooling.h242 llvm::vfs::getRealFileSystem());
336 llvm::vfs::getRealFileSystem(),
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp41 Opts.VFS ? *Opts.VFS : *llvm::vfs::getRealFileSystem(), *LocalDiagOpts); in createInvocation()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp58 Clang.createDiagnostics(*llvm::vfs::getRealFileSystem()); in createMissingComponents()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp124 auto VFS = llvm::vfs::getRealFileSystem(); in generateReproducerForInvocationArguments()
H A Dcc1_main.cpp275 Clang->createDiagnostics(*llvm::vfs::getRealFileSystem()); in cc1_main()
H A Ddriver.cpp346 auto VFS = llvm::vfs::getRealFileSystem(); in clang_main()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp161 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp166 auto FS = vfs::getRealFileSystem(); in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp155 auto FS = vfs::getRealFileSystem(); in getInstance()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp226 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h375 LLVM_ABI IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
667 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
1124 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp672 auto FS = vfs::getRealFileSystem(); in overlapInput()
775 auto FS = vfs::getRealFileSystem(); in loadInput()
1461 auto FS = vfs::getRealFileSystem(); in supplementInstrProfile()
1602 auto FS = vfs::getRealFileSystem(); in mergeSampleProfile()
2707 auto FS = vfs::getRealFileSystem(); in loadProfiles()
2849 auto FS = vfs::getRealFileSystem(); in showInstrProfile()
3239 auto FS = vfs::getRealFileSystem(); in showSampleProfile()
3312 auto FS = vfs::getRealFileSystem(); in showMemProfProfile()
3412 auto FS = vfs::getRealFileSystem(); in order_main()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp231 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
265 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
H A DJSONCompilationDatabase.cpp165 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp456 CompilerInstance::createDiagnostics(*llvm::vfs::getRealFileSystem(), in roundTripCommands()
806 CompilerInstance::createDiagnostics(*llvm::vfs::getRealFileSystem(), in getCompilationDatabase()
889 llvm::vfs::getRealFileSystem()); in clang_scan_deps_main()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp112 Clang->createDiagnostics(*llvm::vfs::getRealFileSystem()); in CreateCI()
490 llvm::vfs::getRealFileSystem()); in createWithCUDA()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp492 *vfs::getRealFileSystem()); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp357 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h718 llvm::vfs::getRealFileSystem());
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp360 auto FS = vfs::getRealFileSystem(); in runPassPipeline()

12