Lines Matching refs:DebugKind

72     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
597 switch (DebugKind) { in CreateCompileUnit()
1888 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2377 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2390 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2452 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2491 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
2504 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2507 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2543 if ((DebugKind == codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
2551 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2563 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
3371 if (DebugKind <= codegenoptions::DebugLineTablesOnly || D.isDynamicClass()) in completeUnusedClass()
3709 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3715 (DebugKind == codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
3907 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3944 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
3984 if (!D || (DebugKind <= codegenoptions::DebugLineTablesOnly && in getOrCreateFunctionType()
4340 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
4354 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
5750 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
5751 DebugKind == codegenoptions::LocTrackingOnly) in getCallSiteRelatedAttrs()