Lines Matching refs:Prefix
922 // First look for a number prefix and parse that if present. Otherwise just
1853 // what all logic is needed to emulate the '=' prefix here.
2285 // the parent prefix of the GCC installation.
2292 // as part of the toolchain under <prefix>/<triple>/<libdir> rather than as
2294 // <prefix>/<libdir>/gcc/<triple>/<version>. This decision is somewhat
2304 // <prefix>/<triple>/<libdir> unless they should be preferred over
2314 // prefer libraries installed in the parent prefix of the GCC installation.
2427 StringRef Prefix = llvm::sys::path::is_absolute(*I) ? SysRoot : "";
2428 addExternCSystemInclude(DriverArgs, CC1Args, Prefix + *I);