Lines Matching refs:DebugInfoKind
491 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind()
972 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
975 switch (DebugInfoKind) { in RenderDebugEnablingArgs()
3730 codegenoptions::DebugInfoKind &DebugInfoKind, in RenderDebugOptions() argument
3762 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3767 DebugInfoKind = DebugLevelToInfoKind(*A); in RenderDebugOptions()
3772 if (DebugInfoKind == codegenoptions::NoDebugInfo || in RenderDebugOptions()
3773 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in RenderDebugOptions()
3774 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()
3813 DebugInfoKind != codegenoptions::NoDebugInfo) { in RenderDebugOptions()
3843 if (DWARFVersion == 0 && DebugInfoKind == codegenoptions::DebugDirectivesOnly) in RenderDebugOptions()
3844 DebugInfoKind = codegenoptions::NoDebugInfo; in RenderDebugOptions()
3865 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()
3866 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in RenderDebugOptions()
3867 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3888 if (DebugInfoKind == codegenoptions::LimitedDebugInfo) { in RenderDebugOptions()
3891 DebugInfoKind = codegenoptions::UnusedTypeInfo; in RenderDebugOptions()
3893 DebugInfoKind = codegenoptions::FullDebugInfo; in RenderDebugOptions()
3927 TC.adjustDebugInfoKind(DebugInfoKind, Args); in RenderDebugOptions()
3931 DebugInfoKind <= codegenoptions::DebugDirectivesOnly) in RenderDebugOptions()
3932 DebugInfoKind = codegenoptions::DebugLineTablesOnly; in RenderDebugOptions()
3934 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DWARFVersion, in RenderDebugOptions()
4886 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
4892 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob()
4896 DebugInfoKind, DwarfFission); in ConstructJob()
6714 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs() argument
6797 *DebugInfoKind = codegenoptions::LimitedDebugInfo; in AddClangCLArgs()
6799 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
7086 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
7094 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()
7109 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion, in ConstructJob()