Lines Matching refs:CodeGenOpts
76 : Context(C), LangOpts(C.getLangOpts()), CodeGenOpts(CGO), TargetOpts(TO),
121 (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0))
122 TBAA = new CodeGenTBAA(Context, VMContext, CodeGenOpts, getLangOpts(),
127 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo ||
128 CodeGenOpts.EmitGcovArcs ||
129 CodeGenOpts.EmitGcovNotes)
190 if (CodeGenOpts.ModulesAutolink) {
314 TLM = GetLLVMTLSModel(CodeGenOpts.getDefaultTLSModel());
332 if (!CodeGenOpts.HiddenWeakVTables)
582 if (CodeGenOpts.UnwindTables)
1063 if (CodeGenOpts.CUDAIsDevice) {
1189 if (CodeGenOpts.OptimizationLevel == 0 &&
1681 if (LangOpts.CUDA && CodeGenOpts.CUDAIsDevice) {
1853 ((!CodeGenOpts.NoCommon && !D->getAttr<NoCommonAttr>()) ||