Lines Matching refs:DebugKind

68     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
580 switch (DebugKind) { in CreateCompileUnit()
1866 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2367 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2380 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2442 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2481 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
2494 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2497 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2533 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
2541 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2553 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
3354 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3692 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3698 (DebugKind == codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
3890 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3927 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
3967 if (!D || (DebugKind <= codegenoptions::DebugLineTablesOnly && in getOrCreateFunctionType()
4306 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
4320 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
5709 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
5710 DebugKind == codegenoptions::LocTrackingOnly) in getCallSiteRelatedAttrs()