Lines Matching defs:DebugKind
83 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
614 switch (DebugKind) {
2123 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor)
2615 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
2628 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo ||
2690 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
2742 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind,
2755 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly)
2758 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo ||
2794 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) &&
2802 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts()))
2814 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD,
3666 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly ||
4008 DebugKind <= llvm::codegenoptions::DebugLineTablesOnly))
4014 (DebugKind == llvm::codegenoptions::DebugLineTablesOnly &&
4206 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
4243 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
4283 if (!D || (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly &&
4638 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
4652 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
6108 DebugKind == llvm::codegenoptions::NoDebugInfo ||
6109 DebugKind == llvm::codegenoptions::LocTrackingOnly)