| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.h | 42 *vfs::getRealFileSystem()); in Options() 45 *vfs::getRealFileSystem()); in Options()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RealpathPrefixes.h | 35 llvm::vfs::getRealFileSystem());
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 36 : 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 D | StandaloneExecution.h | 41 llvm::vfs::getRealFileSystem(),
|
| H A D | Tooling.h | 242 llvm::vfs::getRealFileSystem()); 336 llvm::vfs::getRealFileSystem(),
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 41 Opts.VFS ? *Opts.VFS : *llvm::vfs::getRealFileSystem(), *LocalDiagOpts); in createInvocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 58 Clang.createDiagnostics(*llvm::vfs::getRealFileSystem()); in createMissingComponents()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1gen_reproducer_main.cpp | 124 auto VFS = llvm::vfs::getRealFileSystem(); in generateReproducerForInvocationArguments()
|
| H A D | cc1_main.cpp | 275 Clang->createDiagnostics(*llvm::vfs::getRealFileSystem()); in cc1_main()
|
| H A D | driver.cpp | 346 auto VFS = llvm::vfs::getRealFileSystem(); in clang_main()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFVCRuntimeSupport.cpp | 161 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InsertPrefetch.cpp | 166 auto FS = vfs::getRealFileSystem(); in doInitialization()
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenData.cpp | 155 auto FS = vfs::getRealFileSystem(); in getInstance()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Distro.cpp | 226 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 375 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 D | llvm-profdata.cpp | 672 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 D | Tooling.cpp | 231 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs() 265 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
|
| H A D | JSONCompilationDatabase.cpp | 165 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 456 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 D | Interpreter.cpp | 112 Clang->createDiagnostics(*llvm::vfs::getRealFileSystem()); in CreateCI() 490 llvm::vfs::getRealFileSystem()); in createWithCUDA()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 492 *vfs::getRealFileSystem()); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRSampleProfile.cpp | 357 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 718 llvm::vfs::getRealFileSystem());
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 360 auto FS = vfs::getRealFileSystem(); in runPassPipeline()
|