Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h43 *vfs::getRealFileSystem()); in Options()
46 *vfs::getRealFileSystem()); in Options()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h35 : m_fs(llvm::vfs::getRealFileSystem()), m_collector(nullptr), in FileSystem()
38 : m_fs(llvm::vfs::getRealFileSystem()), m_collector(std::move(collector)), in FileSystem()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h33 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h40 llvm::vfs::getRealFileSystem(),
H A DTooling.h321 llvm::vfs::getRealFileSystem(),
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp226 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
262 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
650 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
H A DJSONCompilationDatabase.cpp173 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp109 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem()); in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h304 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
507 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
870 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h172 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath()); in LoadBuffer()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp207 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
H A DCommandLine.cpp1257 *vfs::getRealFileSystem()); in ExpandResponseFiles()
1287 *llvm::vfs::getRealFileSystem())) { in readConfigFile()
H A DVirtualFileSystem.cpp346 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { in getRealFileSystem() function in vfs
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp269 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in Verify()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp275 *vfs::getRealFileSystem()); in ModuleSanitizerCoverageLegacyPass()
278 *vfs::getRealFileSystem()); in ModuleSanitizerCoverageLegacyPass()
H A DDataFlowSanitizer.cpp787 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp61 llvm::vfs::getRealFileSystem()->getBufferForFile(mapping.GetPath()); in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp428 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp58 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp822 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()
H A DASTUnit.cpp779 llvm::vfs::getRealFileSystem(); in LoadFromASTFile()
1770 VFS = llvm::vfs::getRealFileSystem(); in LoadFromCommandLine()
H A DCompilerInvocation.cpp4600 llvm::vfs::getRealFileSystem()); in createVFSFromCompilerInvocation()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp808 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr); in run()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3049 FS = llvm::vfs::getRealFileSystem().get(); in getStyle()

12