Home
last modified time | relevance | path

Searched refs:getVFSFromYAML (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DReproducer.cpp75 VFS = llvm::vfs::getVFSFromYAML(std::move(Buffer.get()), nullptr, Mapping); in ReproducerUse()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp313 IntrusiveRefCntPtr<vfs::FileSystem> vfs = vfs::getVFSFromYAML( in DoExecute()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp383 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getVFSFromYAML( in getVfsFromFile()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h617 getVFSFromYAML(std::unique_ptr<llvm::MemoryBuffer> Buffer,
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp1390 if (auto ret = vfs::getVFSFromYAML(std::move(*bufOrErr), /*DiagHandler*/ nullptr, in getVFS()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2498 vfs::getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, in getVFSFromYAML() function in vfs
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1457 return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, "", this, in getFromYAMLRawString()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4692 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS = llvm::vfs::getVFSFromYAML( in createVFSFromCompilerInvocation()