Home
last modified time | relevance | path

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

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