Searched defs:getVFS (Results 1 – 5 of 5) sorted by relevance
35 IntrusiveRefCntPtr<vfs::FileSystem> getVFS() const { return VFS; } in getVFS() function
244 vfs::FileSystem &getVFS() const { return *VFS; } in getVFS() function
319 llvm::vfs::FileSystem &getVFS() const { return *VFS; } in getVFS() function
81 vfs::FileSystem &ToolChain::getVFS() const { return getDriver().getVFS(); } in getVFS() function in ToolChain
99 llvm::vfs::FileSystem &ToolChain::getVFS() const { in getVFS() function in ToolChain