Lines Matching refs:getCodeGenOpts
94 if (CGM.getCodeGenOpts().ObjCAutoRefCountExceptions) in getBlockDescriptorName()
126 if (!CGM.getCodeGenOpts().DisableBlockSignatureString) { in getBlockDescriptorName()
208 if (CGM.getCodeGenOpts().DisableBlockSignatureString) { in buildBlockDescriptor()
825 if (!CGM.getCodeGenOpts().DisableBlockSignatureString) in EmitBlockLiteral()
980 CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitBlockLiteral()
1047 CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitBlockLiteral()
1313 if (!CGM.getCodeGenOpts().DisableBlockSignatureString) in buildGlobalBlock()
1395 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in setBlockContextParameter()
1503 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateBlockFunction()
1568 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in GenerateBlockFunction()
1801 if (CGM.getCodeGenOpts().ObjCAutoRefCountExceptions) in getCopyDestroyHelperFuncName()
1961 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateCopyHelperFunction()
2208 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0) { in emitCopy()