Searched refs:OSLibDir (Results 1 – 1 of 1) sorted by relevance
3181 const std::string OSLibDir = getOSLibDir(Triple, Args); in Linux() local3214 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib/../" + OSLibDir + in Linux()3229 addPathIfExists(LibPath + "/../" + OSLibDir, Paths); in Linux()3240 addPathIfExists(D.Dir + "/../" + OSLibDir, Paths); in Linux()3244 addPathIfExists(SysRoot + "/lib/../" + OSLibDir, Paths); in Linux()3246 addPathIfExists(SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Linux()3252 "/../../" + OSLibDir, Paths); in Linux()