Home
last modified time | relevance | path

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

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