Lines Matching defs:DebugKind
111 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
641 switch (DebugKind) {
2161 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor)
2653 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
2666 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo ||
2728 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
2780 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind,
2793 if (DebugKind == llvm::codegenoptions::DebugLineTablesOnly)
2796 if (DebugKind > llvm::codegenoptions::LimitedDebugInfo ||
2832 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) &&
2840 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts()))
2852 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD,
3710 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly ||
4054 DebugKind <= llvm::codegenoptions::DebugLineTablesOnly))
4060 (DebugKind == llvm::codegenoptions::DebugLineTablesOnly &&
4252 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
4289 if (!D || DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
4329 if (!D || (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly &&
4683 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
4697 if (DebugKind <= llvm::codegenoptions::DebugLineTablesOnly)
6154 DebugKind == llvm::codegenoptions::NoDebugInfo ||
6155 DebugKind == llvm::codegenoptions::LocTrackingOnly)