Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h646 getVFSFromYAML(std::unique_ptr<llvm::MemoryBuffer> Buffer,
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1410 if (auto ret = vfs::getVFSFromYAML(std::move(*bufOrErr), in getVFS()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2651 vfs::getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, in getVFSFromYAML() function in vfs
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5115 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS = llvm::vfs::getVFSFromYAML( in createVFSFromOverlayFiles()