Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
HDSanitizerCoverage.h41 *vfs::getRealFileSystem()); in Options()
44 *vfs::getRealFileSystem()); in Options()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDFileSystem.h36 : m_fs(llvm::vfs::getRealFileSystem()), in FileSystem()
42 : m_fs(llvm::vfs::getRealFileSystem()), in FileSystem()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDYaml.h34 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/
HDStandaloneExecution.h41 llvm::vfs::getRealFileSystem(),
HDTooling.h330 llvm::vfs::getRealFileSystem(),
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.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()
HDJSONCompilationDatabase.cpp170 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InsertPrefetch.cpp169 auto FS = vfs::getRealFileSystem(); in doInitialization()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDVirtualFileSystem.h360 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
649 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
1102 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDDistro.cpp219 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-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-14-stable/contrib/llvm-project/llvm/lib/Support/
HDFileCollector.cpp31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRSampleProfile.cpp354 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDSanitizerBinaryMetadata.cpp491 *vfs::getRealFileSystem()); in run()
HDMemProfiler.cpp1012 this->FS = vfs::getRealFileSystem(); in MemProfUsePass()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDASTUnit.h706 llvm::vfs::getRealFileSystem());
/freebsd-14-stable/contrib/llvm-project/llvm/tools/opt/
HDNewPMDriver.cpp352 auto FS = vfs::getRealFileSystem(); in runPassPipeline()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCodeCoverage.cpp462 auto FS = vfs::getRealFileSystem(); in load()
878 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr); in run()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDFileManager.cpp53 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOBackend.cpp237 auto FS = vfs::getRealFileSystem(); in runNewPMPasses()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrecompiledPreamble.cpp798 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp334 llvm::vfs::getRealFileSystem()); in createWithCUDA()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.cpp1511 auto FS = vfs::getRealFileSystem(); in accumulateCounts()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfile.cpp2328 FS = vfs::getRealFileSystem(); in run()

12