Searched refs:MultiarchTriple (Results 1 – 1 of 1) sorted by relevance
3182 const std::string MultiarchTriple = getMultiarchTriple(Triple, SysRoot); in Linux() local3228 addPathIfExists(LibPath + "/" + MultiarchTriple, Paths); in Linux()3239 addPathIfExists(D.Dir + "/../lib/" + MultiarchTriple, Paths); in Linux()3243 addPathIfExists(SysRoot + "/lib/" + MultiarchTriple, Paths); in Linux()3245 addPathIfExists(SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Linux()