Lines Matching refs:DebugInfoKind
490 // to the corresponding DebugInfoKind.
491 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) {
1074 codegenoptions::DebugInfoKind DebugInfoKind,
1077 switch (DebugInfoKind) {
4097 codegenoptions::DebugInfoKind &DebugInfoKind,
4133 DebugInfoKind = codegenoptions::DebugInfoConstructor;
4138 DebugInfoKind = DebugLevelToInfoKind(*A);
4143 if (DebugInfoKind == codegenoptions::NoDebugInfo ||
4144 DebugInfoKind == codegenoptions::DebugDirectivesOnly ||
4145 (DebugInfoKind == codegenoptions::DebugLineTablesOnly &&
4184 DebugInfoKind != codegenoptions::NoDebugInfo) {
4221 DebugInfoKind == codegenoptions::DebugDirectivesOnly)
4222 DebugInfoKind = codegenoptions::NoDebugInfo;
4253 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly &&
4254 DebugInfoKind != codegenoptions::DebugDirectivesOnly) {
4255 DebugInfoKind = codegenoptions::DebugInfoConstructor;
4265 // make DebugInfoKind be other than None or DebugLineTablesOnly,
4276 if (DebugInfoKind == codegenoptions::LimitedDebugInfo ||
4277 DebugInfoKind == codegenoptions::DebugInfoConstructor) {
4280 DebugInfoKind = codegenoptions::UnusedTypeInfo;
4282 DebugInfoKind = codegenoptions::FullDebugInfo;
4323 DebugInfoKind <= codegenoptions::DebugDirectivesOnly)
4324 DebugInfoKind = codegenoptions::DebugLineTablesOnly;
4327 TC.adjustDebugInfoKind(DebugInfoKind, Args);
4329 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, EffectiveDWARFVersion,
5470 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
5476 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView);
5480 types::isLLVMIR(InputType), CmdArgs, DebugInfoKind,
5486 if (DebugInfoKind >= codegenoptions::DebugInfoConstructor)
7227 DebugInfoKind != codegenoptions::NoDebugInfo))
7531 codegenoptions::DebugInfoKind *DebugInfoKind,
7613 *DebugInfoKind = codegenoptions::DebugInfoConstructor;
7615 *DebugInfoKind = codegenoptions::DebugLineTablesOnly;
7625 if (*EmitCodeView && *DebugInfoKind >= codegenoptions::DebugInfoConstructor)
7938 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
7946 // You might think that it would be ok to set DebugInfoKind outside of
7950 DebugInfoKind = (WantDebug ? codegenoptions::DebugInfoConstructor
7964 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion,
8062 if (DebugInfoKind > codegenoptions::NoDebugInfo && Output.isFilename())