Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp275 IntrusiveRefCntPtr<vfs::FileSystem> vfs = vfs::getVFSFromYAML( in Verify()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp66 InstanceImpl().emplace(llvm::vfs::getVFSFromYAML(std::move(buffer.get()), in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp435 IntrusiveRefCntPtr<vfs::FileSystem> vfs = vfs::getVFSFromYAML( in DoExecute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h504 getVFSFromYAML(std::unique_ptr<llvm::MemoryBuffer> Buffer,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2077 vfs::getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, in getVFSFromYAML() function in vfs
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4620 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS = llvm::vfs::getVFSFromYAML( in createVFSFromCompilerInvocation()