/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.h | 41 *vfs::getRealFileSystem()); in Options() 44 *vfs::getRealFileSystem()); in Options()
|
/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(),
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 234 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 D | JSONCompilationDatabase.cpp | 170 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 169 auto FS = vfs::getRealFileSystem(); in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 360 IntrusiveRefCntPtr<FileSystem> getRealFileSystem(); 649 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem()); 1102 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Distro.cpp | 219 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 631 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 D | FileCollector.cpp | 31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
|
H A D | CommandLine.cpp | 1371 : Saver(A), Tokenizer(T), FS(vfs::getRealFileSystem().get()) {} in ExpansionContext()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRSampleProfile.cpp | 354 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 491 *vfs::getRealFileSystem()); in run()
|
H A D | MemProfiler.cpp | 1012 this->FS = vfs::getRealFileSystem(); in MemProfUsePass()
|
H A D | PGOInstrumentation.cpp | 2260 FS = vfs::getRealFileSystem(); in PGOInstrumentationUse()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 706 llvm::vfs::getRealFileSystem());
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 352 auto FS = vfs::getRealFileSystem(); in runPassPipeline()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 462 auto FS = vfs::getRealFileSystem(); in load() 878 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr); in run()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 53 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 237 auto FS = vfs::getRealFileSystem(); in runNewPMPasses()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 798 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 334 llvm::vfs::getRealFileSystem()); in createWithCUDA()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1511 auto FS = vfs::getRealFileSystem(); in accumulateCounts()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 2328 FS = vfs::getRealFileSystem(); in run()
|