Lines Matching refs:getVFS
100 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple()
102 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64-linux-gnu"))) in getMultiarchTriple()
111 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple()
113 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64el-linux-gnu"))) in getMultiarchTriple()
118 if (D.getVFS().exists(concat(SysRoot, "/lib/powerpc-linux-gnuspe"))) in getMultiarchTriple()
191 Distro Distro(D.getVFS(), Triple); in Linux()
314 D.getVFS().exists(D.Dir + "/../lib/libc++.so")) in Linux()
360 if (getVFS().exists(AndroidSysRootPath)) in computeSysRoot()
374 if (getVFS().exists(Path)) in computeSysRoot()
394 if (getVFS().exists(Path)) in computeSysRoot()
399 if (getVFS().exists(Path)) in computeSysRoot()
409 const Distro Distro(getDriver().getVFS(), Triple); in getDynamicLinker()
612 D.getVFS().exists(concat(SysRoot, "/usr/include", MultiarchIncludeDir))) in AddClangSystemIncludeArgs()