Home | History | Annotate | Download | only in llvm-mcld

Lines Matching refs:TheTriple

1266   Triple TheTriple;
1268 TheTriple.setTriple(TargetTriple);
1273 if (TheTriple.getTriple().empty()) {
1278 TheTriple.setTriple(sys::getDefaultTargetTriple());
1280 TheTriple.setTriple(TripleStr);
1305 TheTriple.setArch(Type);
1309 TheTarget = mcld::TargetRegistry::lookupTarget(TheTriple.getTriple(), Err);
1311 errs() << "error: auto-selecting target `" << TheTriple.getTriple()
1320 LDConfig.targets().setTriple(TheTriple);
1371 TheTarget->createTargetMachine(TheTriple.getTriple(),
1384 TheTriple.getTriple()));
1391 TheTriple.getOS(),