Lines Matching refs:CodeGenOpts
81 : Context(C), LangOpts(C.getLangOpts()), CodeGenOpts(CGO), TheModule(M), in CodeGenModule()
126 (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) in CodeGenModule()
127 TBAA = new CodeGenTBAA(Context, VMContext, CodeGenOpts, getLangOpts(), in CodeGenModule()
132 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo || in CodeGenModule()
133 CodeGenOpts.EmitGcovArcs || in CodeGenModule()
134 CodeGenOpts.EmitGcovNotes) in CodeGenModule()
143 if (!CodeGenOpts.InstrProfileInput.empty()) { in CodeGenModule()
145 llvm::IndexedInstrProfReader::create(CodeGenOpts.InstrProfileInput); in CodeGenModule()
156 if (CodeGenOpts.CoverageMapping) in CodeGenModule()
364 if (CodeGenOpts.Autolink && in Release()
368 if (CodeGenOpts.DwarfVersion) in Release()
372 CodeGenOpts.DwarfVersion); in Release()
545 TLM = GetLLVMTLSModel(CodeGenOpts.getDefaultTLSModel()); in setTLSMode()
711 if (CodeGenOpts.UnwindTables) in SetLLVMFunctionAttributesForDefinition()
1477 if (CodeGenOpts.OptimizationLevel == 0 && !F->hasAttr<AlwaysInlineAttr>()) in shouldEmitFunction()
2236 CodeGenOpts.NoCommon)) in getLLVMLinkageForDeclarator()
3400 if (!CodeGenOpts.CoverageMapping) in AddDeferredUnusedCoverageMapping()
3423 if (!CodeGenOpts.CoverageMapping) in ClearUnusedCoverageMapping()
3445 if (CodeGenOpts.DumpCoverageMapping) in EmitDeferredUnusedCoverageMappings()