Searched refs:LimitedDebugInfo (Results 1 – 8 of 8) sorted by relevance
26 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
449 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()1559 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateRecordType()1571 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateStandaloneType()1594 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()1662 if (DebugKind > codegenoptions::LimitedDebugInfo) in shouldOmitDefinition()2625 if (DebugKind >= codegenoptions::LimitedDebugInfo) { in collectFunctionDeclProps()3122 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclare()3250 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()3265 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()3335 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()[all …]
413 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) { in EmitStaticVarDecl()1101 codegenoptions::LimitedDebugInfo) { in EmitAutoVarAlloca()1865 codegenoptions::LimitedDebugInfo) { in EmitParmDecl()
1116 codegenoptions::LimitedDebugInfo) { in setBlockContextParameter()1266 codegenoptions::LimitedDebugInfo) { in GenerateBlockFunction()
1765 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) { in CompleteDIClassType()2590 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitGlobalVarDefinition()3854 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitTopLevelDecl()
1821 if (CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
2772 return codegenoptions::LimitedDebugInfo; in DebugLevelToInfoKind()2795 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()2944 codegenoptions::LimitedDebugInfo, in CollectArgsForIntegratedAssembler()4499 if (SplitDwarfArg && DebugInfoKind < codegenoptions::LimitedDebugInfo && in ConstructJob()4504 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()4543 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()4552 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()4565 if (DebugInfoKind == codegenoptions::LimitedDebugInfo && NeedFullDebug) in ConstructJob()6325 *DebugInfoKind = codegenoptions::LimitedDebugInfo; in AddClangCLArgs()6510 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()
471 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()