Searched refs:getVFS (Results 1 – 4 of 4) sorted by relevance
300 if (AlwaysLink || getVFS().exists(P)) in AddLinkRuntimeLib()336 Library = getVFS().exists(P) ? "libclang_rt.profile_watchossim.a" in addProfileRTLibs()342 Library = getVFS().exists(P) ? "libclang_rt.profile_tvossim.a" in addProfileRTLibs()348 Library = getVFS().exists(P) ? "libclang_rt.profile_iossim.a" in addProfileRTLibs()473 if (!getVFS().exists(A->getValue())) in AddDeploymentTarget()479 if (llvm::sys::path::is_absolute(env) && getVFS().exists(env) && in AddDeploymentTarget()711 if (!getVFS().exists(P)) { in AddCXXStdlibLibArgs()714 if (getVFS().exists(P)) { in AddCXXStdlibLibArgs()724 if (!getVFS().exists("/usr/lib/libstdc++.dylib") && in AddCXXStdlibLibArgs()725 getVFS().exists("/usr/lib/libstdc++.6.dylib")) { in AddCXXStdlibLibArgs()[all …]
80 vfs::FileSystem &ToolChain::getVFS() const { return getDriver().getVFS(); } in getVFS() function in ToolChain
237 vfs::FileSystem &getVFS() const { return *VFS; } in getVFS() function
128 vfs::FileSystem &getVFS() const;