Searched refs:LimitedDebugInfo (Results 1 – 7 of 7) sorted by relevance
66 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
1420 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()1429 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()1451 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()1498 if (DebugKind > CodeGenOptions::LimitedDebugInfo) in shouldOmitDefinition()2496 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in EmitFunctionStart()2714 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()2834 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()2855 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()2924 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()2942 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()[all …]
353 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()975 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()1637 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()1744 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
1372 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()1959 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()3171 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
1564 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
1221 >= CodeGenOptions::LimitedDebugInfo) { in GenerateBlockFunction()
368 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()