Searched refs:getVFS (Results 1 – 4 of 4) sorted by relevance
311 if (AlwaysLink || getVFS().exists(P)) in AddLinkRuntimeLib()503 if (!getVFS().exists(A->getValue())) in AddDeploymentTarget()509 if (llvm::sys::path::is_absolute(env) && getVFS().exists(env) && in AddDeploymentTarget()749 if (!getVFS().exists(P)) { in AddCXXStdlibLibArgs()752 if (getVFS().exists(P)) { in AddCXXStdlibLibArgs()762 if (!getVFS().exists("/usr/lib/libstdc++.dylib") && in AddCXXStdlibLibArgs()763 getVFS().exists("/usr/lib/libstdc++.6.dylib")) { in AddCXXStdlibLibArgs()796 if (getVFS().exists(P)) in AddCCKextLibArgs()1422 if (!D.getVFS().exists(Prefix)) in init()1426 if (!D.getVFS().exists(LibDir)) in init()[all …]
81 vfs::FileSystem &ToolChain::getVFS() const { return getDriver().getVFS(); } in getVFS() function in ToolChain
244 vfs::FileSystem &getVFS() const { return *VFS; } in getVFS() function
129 vfs::FileSystem &getVFS() const;