Lines Matching refs:getVFS

65       if (D.getVFS().exists(SysRoot + "/lib/arm-linux-gnueabihf"))  in getMultiarchTriple()
68 if (D.getVFS().exists(SysRoot + "/lib/arm-linux-gnueabi")) in getMultiarchTriple()
75 if (D.getVFS().exists(SysRoot + "/lib/armeb-linux-gnueabihf")) in getMultiarchTriple()
78 if (D.getVFS().exists(SysRoot + "/lib/armeb-linux-gnueabi")) in getMultiarchTriple()
85 if (D.getVFS().exists(SysRoot + "/lib/i386-linux-gnu")) in getMultiarchTriple()
93 D.getVFS().exists(SysRoot + "/lib/x86_64-linux-gnu")) in getMultiarchTriple()
99 if (D.getVFS().exists(SysRoot + "/lib/aarch64-linux-gnu")) in getMultiarchTriple()
103 if (D.getVFS().exists(SysRoot + "/lib/aarch64_be-linux-gnu")) in getMultiarchTriple()
108 if (D.getVFS().exists(SysRoot + "/lib/" + MT)) in getMultiarchTriple()
116 if (D.getVFS().exists(SysRoot + "/lib/" + MT)) in getMultiarchTriple()
123 if (D.getVFS().exists(SysRoot + "/lib/" + MT)) in getMultiarchTriple()
125 if (D.getVFS().exists(SysRoot + "/lib/mips64-linux-gnu")) in getMultiarchTriple()
134 if (D.getVFS().exists(SysRoot + "/lib/" + MT)) in getMultiarchTriple()
136 if (D.getVFS().exists(SysRoot + "/lib/mips64el-linux-gnu")) in getMultiarchTriple()
141 if (D.getVFS().exists(SysRoot + "/lib/powerpc-linux-gnuspe")) in getMultiarchTriple()
143 if (D.getVFS().exists(SysRoot + "/lib/powerpc-linux-gnu")) in getMultiarchTriple()
147 if (D.getVFS().exists(SysRoot + "/lib/powerpc64-linux-gnu")) in getMultiarchTriple()
151 if (D.getVFS().exists(SysRoot + "/lib/powerpc64le-linux-gnu")) in getMultiarchTriple()
155 if (D.getVFS().exists(SysRoot + "/lib/sparc-linux-gnu")) in getMultiarchTriple()
159 if (D.getVFS().exists(SysRoot + "/lib/sparc64-linux-gnu")) in getMultiarchTriple()
163 if (D.getVFS().exists(SysRoot + "/lib/s390x-linux-gnu")) in getMultiarchTriple()
242 Distro Distro(D.getVFS()); in Linux()
482 if (getVFS().exists(AndroidSysRootPath)) in computeSysRoot()
501 if (getVFS().exists(Path)) in computeSysRoot()
506 if (getVFS().exists(Path)) in computeSysRoot()
516 const Distro Distro(getDriver().getVFS()); in getDynamicLinker()
849 if (D.getVFS().exists(SysRoot + Dir)) { in AddClangSystemIncludeArgs()
897 if (IncludePath.empty() || !getVFS().exists(IncludePath)) in addLibCxxIncludePaths()