Lines Matching refs:DebugInfoKind
2763 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind()
2788 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
2791 switch (DebugInfoKind) { in RenderDebugEnablingArgs()
4444 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
4450 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob()
4495 DebugInfoKind = DebugLevelToInfoKind(*A); in ConstructJob()
4499 if (SplitDwarfArg && DebugInfoKind < codegenoptions::LimitedDebugInfo && in ConstructJob()
4504 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()
4529 DebugInfoKind != codegenoptions::NoDebugInfo) { in ConstructJob()
4543 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()
4552 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()
4565 if (DebugInfoKind == codegenoptions::LimitedDebugInfo && NeedFullDebug) in ConstructJob()
4566 DebugInfoKind = codegenoptions::FullDebugInfo; in ConstructJob()
4567 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion, in ConstructJob()
6246 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs() argument
6325 *DebugInfoKind = codegenoptions::LimitedDebugInfo; in AddClangCLArgs()
6327 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
6502 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
6510 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()
6523 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion, in ConstructJob()