Lines Matching defs:DebugInfoKind

404 // to the corresponding DebugInfoKind.
405 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) {
973 codegenoptions::DebugInfoKind DebugInfoKind,
976 switch (DebugInfoKind) {
4103 codegenoptions::DebugInfoKind &DebugInfoKind,
4139 DebugInfoKind = codegenoptions::DebugInfoConstructor;
4144 DebugInfoKind = DebugLevelToInfoKind(*A);
4149 if (DebugInfoKind == codegenoptions::NoDebugInfo ||
4150 DebugInfoKind == codegenoptions::DebugDirectivesOnly ||
4151 (DebugInfoKind == codegenoptions::DebugLineTablesOnly &&
4185 DebugInfoKind != codegenoptions::NoDebugInfo) {
4210 DebugInfoKind == codegenoptions::DebugDirectivesOnly)
4211 DebugInfoKind = codegenoptions::NoDebugInfo;
4244 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly &&
4245 DebugInfoKind != codegenoptions::DebugDirectivesOnly) {
4246 DebugInfoKind = codegenoptions::DebugInfoConstructor;
4257 // make DebugInfoKind be other than None or DebugLineTablesOnly,
4268 if (DebugInfoKind == codegenoptions::LimitedDebugInfo ||
4269 DebugInfoKind == codegenoptions::DebugInfoConstructor) {
4272 DebugInfoKind = codegenoptions::UnusedTypeInfo;
4274 DebugInfoKind = codegenoptions::FullDebugInfo;
4312 DebugInfoKind <= codegenoptions::DebugDirectivesOnly)
4313 DebugInfoKind = codegenoptions::DebugLineTablesOnly;
4316 TC.adjustDebugInfoKind(DebugInfoKind, Args);
4320 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, EffectiveDWARFVersion,
5555 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
5561 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView);
5565 types::isLLVMIR(InputType), CmdArgs, DebugInfoKind,
5571 if (DebugInfoKind >= codegenoptions::DebugInfoConstructor)
7387 DebugInfoKind != codegenoptions::NoDebugInfo))
7689 codegenoptions::DebugInfoKind *DebugInfoKind,
7721 *DebugInfoKind = codegenoptions::DebugInfoConstructor;
7723 *DebugInfoKind = codegenoptions::DebugLineTablesOnly;
7733 if (*EmitCodeView && *DebugInfoKind >= codegenoptions::DebugInfoConstructor)
8036 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
8044 // You might think that it would be ok to set DebugInfoKind outside of
8048 DebugInfoKind = (WantDebug ? codegenoptions::DebugInfoConstructor
8063 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion,
8161 if (DebugInfoKind > codegenoptions::NoDebugInfo && Output.isFilename())