Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h41 *vfs::getRealFileSystem()); in Options()
44 *vfs::getRealFileSystem()); in Options()
/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(),
/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp169 auto FS = vfs::getRealFileSystem(); in doInitialization()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h360 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
649 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
1102 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp219 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp631 auto FS = vfs::getRealFileSystem(); in overlapInput()
718 auto FS = vfs::getRealFileSystem(); in loadInput()
1375 auto FS = vfs::getRealFileSystem(); in supplementInstrProfile()
1509 auto FS = vfs::getRealFileSystem(); in mergeSampleProfile()
2611 auto FS = vfs::getRealFileSystem(); in loadProfiles()
2753 auto FS = vfs::getRealFileSystem(); in showInstrProfile()
3146 auto FS = vfs::getRealFileSystem(); in showSampleProfile()
3287 auto FS = vfs::getRealFileSystem(); in order_main()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
H A DCommandLine.cpp1371 : Saver(A), Tokenizer(T), FS(vfs::getRealFileSystem().get()) {} in ExpansionContext()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp354 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp491 *vfs::getRealFileSystem()); in run()
H A DMemProfiler.cpp1012 this->FS = vfs::getRealFileSystem(); in MemProfUsePass()
H A DPGOInstrumentation.cpp2260 FS = vfs::getRealFileSystem(); in PGOInstrumentationUse()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h706 llvm::vfs::getRealFileSystem());
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp352 auto FS = vfs::getRealFileSystem(); in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp462 auto FS = vfs::getRealFileSystem(); in load()
878 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr); in run()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp53 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp237 auto FS = vfs::getRealFileSystem(); in runNewPMPasses()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp798 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp334 llvm::vfs::getRealFileSystem()); in createWithCUDA()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1511 auto FS = vfs::getRealFileSystem(); in accumulateCounts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2328 FS = vfs::getRealFileSystem(); in run()

12