• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/

Lines Matching defs:DebugInfoKind

489 // to the corresponding DebugInfoKind.
490 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) {
960 codegenoptions::DebugInfoKind DebugInfoKind,
963 switch (DebugInfoKind) {
3623 codegenoptions::DebugInfoKind &DebugInfoKind,
3660 DebugInfoKind = codegenoptions::LimitedDebugInfo;
3665 DebugInfoKind = DebugLevelToInfoKind(*A);
3670 if (DebugInfoKind == codegenoptions::NoDebugInfo ||
3671 DebugInfoKind == codegenoptions::DebugDirectivesOnly ||
3672 (DebugInfoKind == codegenoptions::DebugLineTablesOnly &&
3711 DebugInfoKind != codegenoptions::NoDebugInfo) {
3741 if (DWARFVersion == 0 && DebugInfoKind == codegenoptions::DebugDirectivesOnly)
3742 DebugInfoKind = codegenoptions::NoDebugInfo;
3763 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly &&
3764 DebugInfoKind != codegenoptions::DebugDirectivesOnly) {
3765 DebugInfoKind = codegenoptions::LimitedDebugInfo;
3775 // make DebugInfoKind be other than None or DebugLineTablesOnly,
3785 if (DebugInfoKind == codegenoptions::LimitedDebugInfo && NeedFullDebug)
3786 DebugInfoKind = codegenoptions::FullDebugInfo;
3819 TC.adjustDebugInfoKind(DebugInfoKind, Args);
3823 DebugInfoKind <= codegenoptions::DebugDirectivesOnly)
3824 DebugInfoKind = codegenoptions::DebugLineTablesOnly;
3826 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DWARFVersion,
4754 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
4760 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView);
4764 DebugInfoKind, DwarfFission);
6488 codegenoptions::DebugInfoKind *DebugInfoKind,
6571 *DebugInfoKind = codegenoptions::LimitedDebugInfo;
6573 *DebugInfoKind = codegenoptions::DebugLineTablesOnly;
6860 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
6864 // You might think that it would be ok to set DebugInfoKind outside of
6868 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo
6883 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion,