Searched refs:LimitedDebugInfo (Results 1 – 9 of 9) sorted by relevance
32 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
591 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()1928 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateRecordType()1940 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateStandaloneType()1963 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()2057 if (DebugKind > codegenoptions::LimitedDebugInfo) in shouldOmitDefinition()3117 if (DebugKind >= codegenoptions::LimitedDebugInfo) { in collectFunctionDeclProps()3731 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclare()3854 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()3869 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()3940 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()[all …]
446 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) { in EmitStaticVarDecl()1317 codegenoptions::LimitedDebugInfo; in EmitAutoVarAlloca()2395 codegenoptions::LimitedDebugInfo) { in EmitParmDecl()
1495 codegenoptions::LimitedDebugInfo) { in setBlockContextParameter()1669 codegenoptions::LimitedDebugInfo) { in GenerateBlockFunction()
2179 if (CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
3700 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitGlobalVarDefinition()4923 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitTopLevelDecl()
558 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo; in GenerateOpenMPCapturedStmtFunction()
502 return codegenoptions::LimitedDebugInfo; in DebugLevelToInfoKind()934 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()2146 codegenoptions::LimitedDebugInfo, in CollectArgsForIntegratedAssembler()3167 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()3170 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()3239 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()3254 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()3273 if (DebugInfoKind == codegenoptions::LimitedDebugInfo && NeedFullDebug) in RenderDebugOptions()5656 *DebugInfoKind = codegenoptions::LimitedDebugInfo; in AddClangCLArgs()5946 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()
684 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()