Lines Matching refs:DebugKind

73     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
604 switch (DebugKind) { in CreateCompileUnit()
1997 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2489 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeType()
2502 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in completeType()
2564 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in completeClass()
2616 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
2629 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2632 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
2668 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()
2676 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2688 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
3516 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly || in completeUnusedClass()
3855 DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3861 (DebugKind == llvm::codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
4053 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
4090 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
4130 if (!D || (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly && in getOrCreateFunctionType()
4485 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
4499 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
5925 DebugKind == llvm::codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
5926 DebugKind == llvm::codegenoptions::LocTrackingOnly) in getCallSiteRelatedAttrs()