Lines Matching full:paths
27 /// a target-triple directory in the library and header search paths.
82 // The selection of paths to try here is designed to match the patterns which in Hurd()
86 // to the link paths. in Hurd()
87 path_list &Paths = getFilePaths(); in Hurd() local
96 Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir, MultiarchTriple, Paths); in Hurd()
99 // of the requested system root, add its parent library paths to in Hurd()
104 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths); in Hurd()
105 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Hurd()
108 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); in Hurd()
109 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Hurd()
111 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Hurd()
112 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Hurd()
114 Generic_GCC::AddMultiarchPaths(D, SysRoot, OSLibDir, Paths); in Hurd()
122 addPathIfExists(D, D.Dir + "/../lib", Paths); in Hurd()
124 addPathIfExists(D, SysRoot + "/lib", Paths); in Hurd()
125 addPathIfExists(D, SysRoot + "/usr/lib", Paths); in Hurd()