/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | Reproducer.cpp | 26 Reproducer::Reproducer() : VFS(vfs::getRealFileSystem()) {} in Reproducer() 33 VFS = FileCollector::createCollectorVFS(vfs::getRealFileSystem(), FC); in ReproducerGenerate() 52 vfs::getRealFileSystem()->getBufferForFile(Mapping.str()); in ReproducerUse()
|
H A D | LinkUtils.h | 72 vfs::getRealFileSystem();
|
H A D | DebugMap.cpp | 237 BinaryHolder BinHolder(vfs::getRealFileSystem(), /* Verbose =*/false); in denormalize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.h | 43 *vfs::getRealFileSystem()); in Options() 46 *vfs::getRealFileSystem()); in Options()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Yaml.h | 33 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | StandaloneExecution.h | 40 llvm::vfs::getRealFileSystem(),
|
H A D | Tooling.h | 313 llvm::vfs::getRealFileSystem(),
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 207 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs() 243 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath() 631 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
|
H A D | JSONCompilationDatabase.cpp | 173 std::move(Base), llvm::vfs::getRealFileSystem()))) in loadFromDirectory()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 304 IntrusiveRefCntPtr<FileSystem> getRealFileSystem(); 507 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem()); 870 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
H A D | ClangSrcLocDump.cpp | 109 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem()); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/ |
H A D | llvm-cfi-verify.cpp | 267 *vfs::getRealFileSystem(), Error); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Distro.cpp | 207 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
|
H A D | Driver.cpp | 147 this->VFS = llvm::vfs::getRealFileSystem(); in Driver()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 275 *vfs::getRealFileSystem()); in ModuleSanitizerCoverageLegacyPass() 278 *vfs::getRealFileSystem()); in ModuleSanitizerCoverageLegacyPass()
|
H A D | DataFlowSanitizer.cpp | 826 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 58 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
|
/netbsd-src/external/apache2/llvm/dist/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() 1769 VFS = llvm::vfs::getRealFileSystem(); in LoadFromCommandLine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
H A D | sancov.cpp | 513 *vfs::getRealFileSystem()); in createUserBlacklist()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 808 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr); in run()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 2978 FS = llvm::vfs::getRealFileSystem().get(); in getStyle()
|