Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/dsymutil/
DReproducer.cpp59 VFS = llvm::vfs::getVFSFromYAML(std::move(Buffer.get()), nullptr, Mapping); in ReproducerUse()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h325 getVFSFromYAML(std::unique_ptr<llvm::MemoryBuffer> Buffer,
/external/llvm-project/lldb/source/Utility/
DReproducer.cpp291 IntrusiveRefCntPtr<vfs::FileSystem> vfs = vfs::getVFSFromYAML( in Verify()
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp366 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getVFSFromYAML( in getVfsFromFile()
/external/llvm-project/lldb/source/Commands/
DCommandObjectReproducer.cpp437 IntrusiveRefCntPtr<vfs::FileSystem> vfs = vfs::getVFSFromYAML( in DoExecute()
/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp66 InstanceImpl().emplace(llvm::vfs::getVFSFromYAML(std::move(buffer.get()), in Initialize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h502 getVFSFromYAML(std::unique_ptr<llvm::MemoryBuffer> Buffer,
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h504 getVFSFromYAML(std::unique_ptr<llvm::MemoryBuffer> Buffer,
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp674 return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, "", this, in getFromYAMLRawString()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1581 vfs::getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, in getVFSFromYAML() function in vfs
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1838 vfs::getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, in getVFSFromYAML() function in vfs
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1922 vfs::getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, in getVFSFromYAML() function in vfs
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp1299 return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, "", this, in getFromYAMLRawString()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2558 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getVFSFromYAML( in createVFSFromCompilerInvocation()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp4091 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS = llvm::vfs::getVFSFromYAML( in createVFSFromCompilerInvocation()