Searched refs:getVFSFromYAML (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | Reproducer.cpp | 75 VFS = llvm::vfs::getVFSFromYAML(std::move(Buffer.get()), nullptr, Mapping); in ReproducerUse()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectReproducer.cpp | 313 IntrusiveRefCntPtr<vfs::FileSystem> vfs = vfs::getVFSFromYAML( in DoExecute()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | ClangTidyMain.cpp | 383 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getVFSFromYAML( in getVfsFromFile()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 617 getVFSFromYAML(std::unique_ptr<llvm::MemoryBuffer> Buffer,
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Driver.cpp | 1390 if (auto ret = vfs::getVFSFromYAML(std::move(*bufOrErr), /*DiagHandler*/ nullptr, in getVFS()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 2498 vfs::getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, in getVFSFromYAML() function in vfs
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 1457 return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, "", this, in getFromYAMLRawString()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4692 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS = llvm::vfs::getVFSFromYAML( in createVFSFromCompilerInvocation()
|