Searched refs:LimitedDebugInfo (Results 1 – 7 of 7) sorted by relevance
73 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
1439 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()1448 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()1468 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()1513 if (DebugKind > CodeGenOptions::LimitedDebugInfo) in shouldOmitDefinition()2330 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in collectFunctionDeclProps()2799 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()2912 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()2933 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()3004 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()3023 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()[all …]
391 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()1014 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()1675 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()1785 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
1497 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()2132 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()3336 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
1640 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
1244 >= CodeGenOptions::LimitedDebugInfo) { in GenerateBlockFunction()
394 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()