Searched refs:LimitedDebugInfo (Results 1 – 8 of 8) sorted by relevance
74 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
1449 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()1461 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateStandaloneType()1489 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()1542 if (DebugKind > CodeGenOptions::LimitedDebugInfo) in shouldOmitDefinition()2431 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in collectFunctionDeclProps()2925 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()3051 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()3066 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()3134 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()3153 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()[all …]
397 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()1090 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()1856 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
1113 >= CodeGenOptions::LimitedDebugInfo) { in setBlockContextParameter()1264 >= CodeGenOptions::LimitedDebugInfo) { in GenerateBlockFunction()
1670 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()2419 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()3575 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
1748 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
2514 return CodeGenOptions::LimitedDebugInfo; in DebugLevelToInfoKind()2536 case CodeGenOptions::LimitedDebugInfo: in RenderDebugEnablingArgs()2657 Args, CmdArgs, CodeGenOptions::LimitedDebugInfo, DwarfVersion, in CollectArgsForIntegratedAssembler()4097 if (SplitDwarfArg && DebugInfoKind < CodeGenOptions::LimitedDebugInfo && in ConstructJob()4102 DebugInfoKind = CodeGenOptions::LimitedDebugInfo; in ConstructJob()4141 DebugInfoKind = CodeGenOptions::LimitedDebugInfo; in ConstructJob()4150 DebugInfoKind = CodeGenOptions::LimitedDebugInfo; in ConstructJob()4163 if (DebugInfoKind == CodeGenOptions::LimitedDebugInfo && NeedFullDebug) in ConstructJob()5960 (WantDebug ? CodeGenOptions::LimitedDebugInfo in ConstructJob()
405 .Case("limited", CodeGenOptions::LimitedDebugInfo) in ParseCodeGenArgs()