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 CodeGenOpts.InstrProfileInput, PGOReader)) { in CodeGenModule()
154 if (CodeGenOpts.CoverageMapping) in CodeGenModule()
360 if (CodeGenOpts.Autolink && in Release()
364 if (CodeGenOpts.DwarfVersion) in Release()
368 CodeGenOpts.DwarfVersion); in Release()
541 TLM = GetLLVMTLSModel(CodeGenOpts.getDefaultTLSModel()); in setTLSMode()
707 if (CodeGenOpts.UnwindTables) in SetLLVMFunctionAttributesForDefinition()
1325 if (CodeGenOpts.CUDAIsDevice) { in EmitGlobal()
1459 if (CodeGenOpts.OptimizationLevel == 0 && !F->hasAttr<AlwaysInlineAttr>()) in shouldEmitFunction()
1887 if (LangOpts.CUDA && CodeGenOpts.CUDAIsDevice) { in GetGlobalVarAddressSpace()
2166 CodeGenOpts.NoCommon)) in getLLVMLinkageForDeclarator()
3322 if (!CodeGenOpts.CoverageMapping) in AddDeferredUnusedCoverageMapping()
3345 if (!CodeGenOpts.CoverageMapping) in ClearUnusedCoverageMapping()
3367 if (CodeGenOpts.DumpCoverageMapping) in EmitDeferredUnusedCoverageMappings()