Lines Matching defs:DebugInfoKind

860                         llvm::codegenoptions::DebugInfoKind DebugInfoKind,
863 addDebugInfoKind(CmdArgs, DebugInfoKind);
4593 llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
4629 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor;
4634 DebugInfoKind = debugLevelToInfoKind(*A);
4639 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo ||
4640 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly ||
4641 (DebugInfoKind == llvm::codegenoptions::DebugLineTablesOnly &&
4676 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) {
4701 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly)
4702 DebugInfoKind = llvm::codegenoptions::NoDebugInfo;
4735 if (DebugInfoKind != llvm::codegenoptions::DebugLineTablesOnly &&
4736 DebugInfoKind != llvm::codegenoptions::DebugDirectivesOnly) {
4737 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor;
4748 // make DebugInfoKind be other than None or DebugLineTablesOnly,
4759 if (DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo ||
4760 DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor) {
4763 DebugInfoKind = llvm::codegenoptions::UnusedTypeInfo;
4765 DebugInfoKind = llvm::codegenoptions::FullDebugInfo;
4803 DebugInfoKind <= llvm::codegenoptions::DebugDirectivesOnly)
4804 DebugInfoKind = llvm::codegenoptions::DebugLineTablesOnly;
4807 TC.adjustDebugInfoKind(DebugInfoKind, Args);
4811 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, EffectiveDWARFVersion,
4912 (DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor ||
4913 DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo) &&
4943 if (DebugInfoKind >= llvm::codegenoptions::DebugInfoConstructor)
6231 llvm::codegenoptions::DebugInfoKind DebugInfoKind =
6235 CmdArgs, Output, DebugInfoKind, DwarfFission);
8102 DebugInfoKind != llvm::codegenoptions::NoDebugInfo))
8770 llvm::codegenoptions::DebugInfoKind DebugInfoKind =
8779 // You might think that it would be ok to set DebugInfoKind outside of
8783 DebugInfoKind = (WantDebug ? llvm::codegenoptions::DebugInfoConstructor
8798 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion,
8909 if (DebugInfoKind > llvm::codegenoptions::NoDebugInfo && Output.isFilename())