Lines Matching refs:DebugKind

67     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
595 switch (DebugKind) { in CreateCompileUnit()
1793 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2259 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2272 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2334 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2373 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
2386 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2389 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2425 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
2433 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2445 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
3222 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3549 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3555 (DebugKind == codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
3736 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3773 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
3813 if (!D || (DebugKind <= codegenoptions::DebugLineTablesOnly && in getOrCreateFunctionType()
4138 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
4152 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
5153 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
5154 DebugKind == codegenoptions::LocTrackingOnly) in getCallSiteRelatedAttrs()