Home | History | Annotate | Download | only in Driver

Lines Matching refs:Prefix

1296   // First look for a number prefix and parse that if present. Otherwise just
1421 for (const std::string &Prefix : Prefixes) {
1422 if (!D.getVFS().exists(Prefix))
1425 const std::string LibDir = Prefix + Suffix.str();
1434 const std::string LibDir = Prefix + Suffix.str();
3567 // what all logic is needed to emulate the '=' prefix here.
4127 // as part of the toolchain under <prefix>/<triple>/<libdir> rather than as
4129 // <prefix>/<libdir>/gcc/<triple>/<version>. This decision is somewhat
4139 // <prefix>/<triple>/<libdir> unless they should be preferred over
4149 // prefer libraries installed in the parent prefix of the GCC installation.
4404 StringRef Prefix =
4406 addExternCSystemInclude(DriverArgs, CC1Args, Prefix + dir);