Home
last modified time | relevance | path

Searched defs:getVFS (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/tools/dsymutil/
H A DReproducer.h35 IntrusiveRefCntPtr<vfs::FileSystem> getVFS() const { return VFS; } in getVFS() function
/llvm-project/clang/include/clang/Driver/
H A DDriver.h403 llvm::vfs::FileSystem &getVFS() const { return *VFS; } getVFS() function
/llvm-project/clang/lib/Driver/
H A DToolChain.cpp141 llvm::vfs::FileSystem &ToolChain::getVFS() const { getVFS() function in ToolChain
/llvm-project/lld/COFF/
H A DDriver.cpp1397 getVFS(const opt::InputArgList &args) { getVFS() function