Lines Matching refs:CodeGenOpts
88 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
126 (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) in CodeGenModule()
127 TBAA.reset(new CodeGenTBAA(Context, VMContext, CodeGenOpts, getLangOpts(), in CodeGenModule()
132 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
133 CodeGenOpts.EmitGcovArcs || CodeGenOpts.EmitGcovNotes) in CodeGenModule()
141 if (CodeGenOpts.hasProfileClangUse()) { in CodeGenModule()
143 CodeGenOpts.ProfileInstrumentUsePath); in CodeGenModule()
148 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
157 if (CodeGenOpts.CoverageMapping) in CodeGenModule()
407 if (CodeGenOpts.SanitizeCfiCrossDso) in Release()
413 if (CodeGenOpts.Autolink && in Release()
417 if (CodeGenOpts.DwarfVersion) { in Release()
421 CodeGenOpts.DwarfVersion); in Release()
423 if (CodeGenOpts.EmitCodeView) { in Release()
427 if (CodeGenOpts.OptimizationLevel > 0 && CodeGenOpts.StrictVTablePointers) { in Release()
467 if (CodeGenOpts.SanitizeCfiCrossDso) { in Release()
632 TLM = GetLLVMTLSModel(CodeGenOpts.getDefaultTLSModel()); in setTLSMode()
853 if (CodeGenOpts.UnwindTables) in SetLLVMFunctionAttributesForDefinition()
1011 if (CodeGenOpts.SanitizeCfiCrossDso) { in CreateFunctionTypeMetadata()
1026 if (CodeGenOpts.SanitizeCfiCrossDso) in CreateFunctionTypeMetadata()
1736 if (CodeGenOpts.OptimizationLevel == 0 && !F->hasAttr<AlwaysInlineAttr>()) in shouldEmitFunction()
2703 CodeGenOpts.NoCommon)) in getLLVMLinkageForDeclarator()
3952 if (!CodeGenOpts.CoverageMapping) in AddDeferredUnusedCoverageMapping()
3975 if (!CodeGenOpts.CoverageMapping) in ClearUnusedCoverageMapping()
3997 if (CodeGenOpts.DumpCoverageMapping) in EmitDeferredUnusedCoverageMappings()
4252 !CodeGenOpts.SanitizeTrap.has(SanitizerKind::CFIVCall)) || in NeedAllVtablesTypeId()
4254 !CodeGenOpts.SanitizeTrap.has(SanitizerKind::CFINVCall)) || in NeedAllVtablesTypeId()
4256 !CodeGenOpts.SanitizeTrap.has(SanitizerKind::CFIDerivedCast)) || in NeedAllVtablesTypeId()
4258 !CodeGenOpts.SanitizeTrap.has(SanitizerKind::CFIUnrelatedCast))); in NeedAllVtablesTypeId()
4268 if (CodeGenOpts.SanitizeCfiCrossDso) in AddVTableTypeMetadata()