Lines Matching refs:DebugKind
67 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()
573 switch (DebugKind) { in CreateCompileUnit()
1774 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2240 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2253 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2315 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2354 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
2367 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2370 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2406 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
2414 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2426 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
3204 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3532 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3538 (DebugKind == codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
3719 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3756 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
3796 if (!D || (DebugKind <= codegenoptions::DebugLineTablesOnly && in getOrCreateFunctionType()
4116 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
4130 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
5154 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
5155 DebugKind == codegenoptions::LocTrackingOnly) in getCallSiteRelatedAttrs()