/external/llvm-project/llvm/tools/dsymutil/ |
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()
|
D | LinkUtils.h | 71 vfs::getRealFileSystem();
|
/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
D | SanitizerCoverage.h | 43 *vfs::getRealFileSystem()); in Options() 46 *vfs::getRealFileSystem()); in Options()
|
/external/llvm-project/lldb/include/lldb/Host/ |
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()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | Yaml.h | 33 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get(); in getConfiguration()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | TestFS.h | 41 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()); in viewImpl()
|
/external/llvm-project/clang/include/clang/Tooling/ |
D | StandaloneExecution.h | 40 llvm::vfs::getRealFileSystem(),
|
D | Tooling.h | 313 llvm::vfs::getRealFileSystem(),
|
/external/llvm-project/llvm/unittests/Support/ |
D | SpecialCaseListTest.cpp | 166 SpecialCaseList::create(Files, *vfs::getRealFileSystem(), Error)); in TEST_F() 182 auto SCL = SpecialCaseList::createOrDie(Files, *vfs::getRealFileSystem()); in TEST_F()
|
D | FileCollectorTest.cpp | 177 FileCollector::createCollectorVFS(vfs::getRealFileSystem(), Collector); in TEST() 272 FileCollector::createCollectorVFS(vfs::getRealFileSystem(), Collector); in TEST()
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 242 IntrusiveRefCntPtr<FileSystem> getRealFileSystem(); 329 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 134 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in runToolOnCodeWithArgs() 321 OverlayFileSystem(new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in ClangTool() 509 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
|
/external/clang/unittests/Tooling/ |
D | RewriterTestContext.h | 44 new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in RewriterTestContext()
|
D | ToolingTest.cpp | 153 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in TEST() 179 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in TEST()
|
/external/llvm-project/clang/unittests/Driver/ |
D | DistroTest.cpp | 349 CountingFileSystem() : ProxyFileSystem(llvm::vfs::getRealFileSystem()) {} in TEST() 366 llvm::vfs::getRealFileSystem(); in TEST()
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 207 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs() 243 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath() 626 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RewriterTestContext.h | 57 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())), in RewriterTestContext()
|
D | ToolingTest.cpp | 174 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST() 200 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST() 488 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in TEST()
|
/external/llvm-project/clang/unittests/Frontend/ |
D | ASTUnitTest.cpp | 52 new FileManager(FileSystemOptions(), vfs::getRealFileSystem()); in createASTUnit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 303 IntrusiveRefCntPtr<FileSystem> getRealFileSystem(); 505 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem()); 775 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 304 IntrusiveRefCntPtr<FileSystem> getRealFileSystem(); 507 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem()); 778 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Reproducer.h | 172 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath()); in LoadBuffer()
|
/external/llvm-project/llvm/tools/llvm-cfi-verify/ |
D | llvm-cfi-verify.cpp | 267 *vfs::getRealFileSystem(), Error); in main()
|
/external/llvm-project/clang/lib/Driver/ |
D | Distro.cpp | 214 const bool onRealFS = (llvm::vfs::getRealFileSystem() == &VFS); in GetDistro()
|
/external/llvm-project/llvm/lib/Support/ |
D | FileCollector.cpp | 31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
|