| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.h | 43 *vfs::getRealFileSystem()); in Options() 46 *vfs::getRealFileSystem()); in Options()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 35 : 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 D | Yaml.h | 33 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | StandaloneExecution.h | 40 llvm::vfs::getRealFileSystem(),
|
| H A D | Tooling.h | 321 llvm::vfs::getRealFileSystem(),
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 226 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 D | JSONCompilationDatabase.cpp | 173 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 109 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem()); in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 304 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 D | Reproducer.h | 172 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath()); in LoadBuffer()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Distro.cpp | 207 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
|
| H A D | CommandLine.cpp | 1257 *vfs::getRealFileSystem()); in ExpandResponseFiles() 1287 *llvm::vfs::getRealFileSystem())) { in readConfigFile()
|
| H A D | VirtualFileSystem.cpp | 346 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { in getRealFileSystem() function in vfs
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Reproducer.cpp | 269 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in Verify()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 275 *vfs::getRealFileSystem()); in ModuleSanitizerCoverageLegacyPass() 278 *vfs::getRealFileSystem()); in ModuleSanitizerCoverageLegacyPass()
|
| H A D | DataFlowSanitizer.cpp | 787 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 61 llvm::vfs::getRealFileSystem()->getBufferForFile(mapping.GetPath()); in Initialize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectReproducer.cpp | 428 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 58 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 822 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()
|
| H A D | ASTUnit.cpp | 779 llvm::vfs::getRealFileSystem(); in LoadFromASTFile() 1770 VFS = llvm::vfs::getRealFileSystem(); in LoadFromCommandLine()
|
| H A D | CompilerInvocation.cpp | 4600 llvm::vfs::getRealFileSystem()); in createVFSFromCompilerInvocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 808 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr); in run()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 3049 FS = llvm::vfs::getRealFileSystem().get(); in getStyle()
|