Lines Matching refs:getVFS
100 if (D.getVFS().exists(SysRoot + "/lib/" + MT)) in getMultiarchTriple()
102 if (D.getVFS().exists(SysRoot + "/lib/mips64-linux-gnu")) in getMultiarchTriple()
111 if (D.getVFS().exists(SysRoot + "/lib/" + MT)) in getMultiarchTriple()
113 if (D.getVFS().exists(SysRoot + "/lib/mips64el-linux-gnu")) in getMultiarchTriple()
118 if (D.getVFS().exists(SysRoot + "/lib/powerpc-linux-gnuspe")) in getMultiarchTriple()
190 Distro Distro(D.getVFS(), Triple); in Linux()
347 if (getVFS().exists(AndroidSysRootPath)) in computeSysRoot()
366 if (getVFS().exists(Path)) in computeSysRoot()
371 if (getVFS().exists(Path)) in computeSysRoot()
381 const Distro Distro(getDriver().getVFS(), Triple); in getDynamicLinker()
578 D.getVFS().exists(SysRoot + "/usr/include/" + MultiarchIncludeDir)) in AddClangSystemIncludeArgs()