Lines Matching refs:DebugInfoKind
842 llvm::codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
845 addDebugInfoKind(CmdArgs, DebugInfoKind); in RenderDebugEnablingArgs()
4441 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument
4477 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4482 DebugInfoKind = debugLevelToInfoKind(*A); in renderDebugOptions()
4487 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo || in renderDebugOptions()
4488 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4489 (DebugInfoKind == llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4524 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) { in renderDebugOptions()
4549 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4550 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in renderDebugOptions()
4583 if (DebugInfoKind != llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4584 DebugInfoKind != llvm::codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()
4585 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4607 if (DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo || in renderDebugOptions()
4608 DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor) { in renderDebugOptions()
4611 DebugInfoKind = llvm::codegenoptions::UnusedTypeInfo; in renderDebugOptions()
4613 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in renderDebugOptions()
4651 DebugInfoKind <= llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4652 DebugInfoKind = llvm::codegenoptions::DebugLineTablesOnly; in renderDebugOptions()
4655 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions()
4659 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, EffectiveDWARFVersion, in renderDebugOptions()
4763 (DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor || in renderDebugOptions()
4764 DebugInfoKind == llvm::codegenoptions::LimitedDebugInfo) && in renderDebugOptions()
4793 if (DebugInfoKind >= llvm::codegenoptions::DebugInfoConstructor) in renderDebugOptions()
6046 llvm::codegenoptions::DebugInfoKind DebugInfoKind = in ConstructJob() local
6050 CmdArgs, Output, DebugInfoKind, DwarfFission); in ConstructJob()
7922 DebugInfoKind != llvm::codegenoptions::NoDebugInfo)) in ConstructJob()
8590 llvm::codegenoptions::DebugInfoKind DebugInfoKind = in ConstructJob() local
8603 DebugInfoKind = (WantDebug ? llvm::codegenoptions::DebugInfoConstructor in ConstructJob()
8618 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion, in ConstructJob()
8729 if (DebugInfoKind > llvm::codegenoptions::NoDebugInfo && Output.isFilename()) in ConstructJob()