Home | History | Annotate | Download | only in ToolChains

Lines Matching refs:Dir

55   // reasoning about oslibdir spellings with the lib dir spellings in the
94 // directory ('Dir' below) or the ResourceDir.
95 if (StringRef(D.Dir).startswith(SysRoot)) {
96 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths);
97 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
112 // directory ('Dir' below) or the ResourceDir.
113 if (StringRef(D.Dir).startswith(SysRoot))
114 addPathIfExists(D, D.Dir + "/../lib", Paths);
160 for (StringRef Dir : Dirs) {
162 llvm::sys::path::is_absolute(Dir) ? "" : StringRef(SysRoot);
163 addExternCSystemInclude(DriverArgs, CC1Args, Prefix + Dir);