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

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h43 *vfs::getRealFileSystem());
46 *vfs::getRealFileSystem());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h33 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h40 llvm::vfs::getRealFileSystem(),
H A DTooling.h324 llvm::vfs::getRealFileSystem(),
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h35 : m_fs(llvm::vfs::getRealFileSystem()), m_collector(nullptr),
38 : m_fs(llvm::vfs::getRealFileSystem()), m_collector(collector),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp207 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()));
243 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File));
629 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()));
H A DJSONCompilationDatabase.cpp173 std::move(Base), llvm::vfs::getRealFileSystem())))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp34 llvm::vfs::getRealFileSystem();
H A DDriver.cpp138 this->VFS = llvm::vfs::getRealFileSystem();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp179 RealFS = new ProxyFileSystemWithoutChdir(llvm::vfs::getRealFileSystem());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp74 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC);
H A DCommandLine.cpp1265 *llvm::vfs::getRealFileSystem())) {
H A DVirtualFileSystem.cpp346 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { function in class:vfs
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h303 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
505 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
767 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
H A DCommandLine.h2092 llvm::vfs::FileSystem &FS = *llvm::vfs::getRealFileSystem(),
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h374 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp403 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp61 llvm::vfs::getRealFileSystem()->getBufferForFile(mapping.GetPath());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp58 this->FS = llvm::vfs::getRealFileSystem();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp285 *vfs::getRealFileSystem());
288 *vfs::getRealFileSystem());
H A DDataFlowSanitizer.cpp509 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp821 llvm::vfs::getRealFileSystem();
H A DASTUnit.cpp779 llvm::vfs::getRealFileSystem();
1790 VFS = llvm::vfs::getRealFileSystem();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp713 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2793 FS = llvm::vfs::getRealFileSystem().get();

Completed in 830 milliseconds

12