Searched refs:LimitedDebugInfo (Results 1 – 8 of 8) sorted by relevance
11 Note: I kept the LimitedDebugInfo name in CodeGenOptions::DebugInfoKind25 (DebugKind <= CodeGenOptions::LimitedDebugInfo &&68 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo);234 - LimitedDebugInfo, // Limit generated debug info to reduce size242 + LimitedDebugInfo, /// Limit generated debug info to reduce size
58 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
1399 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()1408 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()1415 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()1460 (DebugKind <= CodeGenOptions::LimitedDebugInfo && in CreateType()2498 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in EmitFunctionStart()2707 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()2830 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()2852 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()2921 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()2939 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()[all …]
349 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()972 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()1633 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()1735 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
1325 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()1910 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()3005 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
1419 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
1223 >= CodeGenOptions::LimitedDebugInfo) { in GenerateBlockFunction()
335 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()