Lines Matching refs:CodeGenOpts
84 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
129 (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) in CodeGenModule()
130 TBAA = new CodeGenTBAA(Context, VMContext, CodeGenOpts, getLangOpts(), in CodeGenModule()
135 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo || in CodeGenModule()
136 CodeGenOpts.EmitGcovArcs || in CodeGenModule()
137 CodeGenOpts.EmitGcovNotes) in CodeGenModule()
146 if (!CodeGenOpts.InstrProfileInput.empty()) { in CodeGenModule()
148 llvm::IndexedInstrProfReader::create(CodeGenOpts.InstrProfileInput); in CodeGenModule()
152 getDiags().Report(DiagID) << CodeGenOpts.InstrProfileInput in CodeGenModule()
160 if (CodeGenOpts.CoverageMapping) in CodeGenModule()
369 if (CodeGenOpts.Autolink && in Release()
373 if (CodeGenOpts.DwarfVersion) in Release()
377 CodeGenOpts.DwarfVersion); in Release()
550 TLM = GetLLVMTLSModel(CodeGenOpts.getDefaultTLSModel()); in setTLSMode()
734 if (CodeGenOpts.UnwindTables) in SetLLVMFunctionAttributesForDefinition()
1475 if (CodeGenOpts.OptimizationLevel == 0 && !F->hasAttr<AlwaysInlineAttr>()) in shouldEmitFunction()
2236 CodeGenOpts.NoCommon)) in getLLVMLinkageForDeclarator()
3406 if (!CodeGenOpts.CoverageMapping) in AddDeferredUnusedCoverageMapping()
3429 if (!CodeGenOpts.CoverageMapping) in ClearUnusedCoverageMapping()
3451 if (CodeGenOpts.DumpCoverageMapping) in EmitDeferredUnusedCoverageMappings()