Lines Matching refs:DebugKind

83     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
614 switch (DebugKind) { in CreateCompileUnit()
2123 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2615 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeType()
2628 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in completeType()
2690 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeClass()
2742 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
2755 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2758 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2794 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
2802 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2814 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
3666 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly || in completeUnusedClass()
4008 DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
4014 (DebugKind == llvm::codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
4206 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
4243 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
4283 if (!D || (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly && in getOrCreateFunctionType()
4638 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
4652 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
6108 DebugKind == llvm::codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
6109 DebugKind == llvm::codegenoptions::LocTrackingOnly) in getCallSiteRelatedAttrs()