Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DReproducer.h35 IntrusiveRefCntPtr<vfs::FileSystem> getVFS() const { return VFS; } in getVFS() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h329 llvm::vfs::FileSystem &getVFS() const { return *VFS; } in getVFS() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp99 llvm::vfs::FileSystem &ToolChain::getVFS() const { in getVFS() function in ToolChain