Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TargetOpts

49     const TargetOptions &TargetOpts;
71 const TargetOptions &TargetOpts, const LangOptions &LangOpts,
77 TargetOpts(TargetOpts), LangOpts(LangOpts), AsmOutStream(OS),
191 EmitBackendOutput(Diags, CodeGenOpts, TargetOpts, LangOpts,
776 const TargetOptions &TargetOpts = CI.getTargetOpts();
777 if (TheModule->getTargetTriple() != TargetOpts.Triple) {
780 << TargetOpts.Triple;
781 TheModule->setTargetTriple(TargetOpts.Triple);
818 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(), TargetOpts,