Home | History | Annotate | Download | only in Driver

Lines Matching refs:Prefix

1148   // First look for a number prefix and parse that if present. Otherwise just
2657 // what all logic is needed to emulate the '=' prefix here.
3151 // as part of the toolchain under <prefix>/<triple>/<libdir> rather than as
3153 // <prefix
3163 // <prefix>/<triple>/<libdir> unless they should be preferred over
3173 // prefer libraries installed in the parent prefix of the GCC installation.
3308 StringRef Prefix = llvm::sys::path::is_absolute(dir) ? SysRoot : "";
3309 addExternCSystemInclude(DriverArgs, CC1Args, Prefix + dir);