Lines Matching refs:getCodeGenOpts
42 Name, Linkage, CGM.getCodeGenOpts().MainFileName, in setFuncName()
46 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setFuncName()
1023 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters()
1055 if (CGM.getCodeGenOpts().CoverageMapping) in assignRegionCounters()
1084 (CGM.getCodeGenOpts().MCDCCoverage ? CGM.getCodeGenOpts().MCDCMaxConds in mapRegionCounters()
1229 return (CGM.getCodeGenOpts().hasProfileClangInstr() && in canEmitMCDCCoverage()
1230 CGM.getCodeGenOpts().MCDCCoverage && Builder.GetInsertBlock()); in canEmitMCDCCoverage()
1340 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setValueProfilingFlag()
1346 if (CGM.getCodeGenOpts().hasProfileClangInstr() && in setProfileVersion()
1386 bool InstrumentValueSites = CGM.getCodeGenOpts().hasProfileClangInstr(); in valueProfile()
1518 if (CGM.getCodeGenOpts().hasProfileClangInstr() && in incrementProfileCounter()