reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3169 DebugInfoKind = codegenoptions::LimitedDebugInfo; 3174 DebugInfoKind = DebugLevelToInfoKind(*A); 3179 if (DebugInfoKind == codegenoptions::NoDebugInfo || 3180 DebugInfoKind == codegenoptions::DebugDirectivesOnly || 3181 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && 3215 DebugInfoKind != codegenoptions::NoDebugInfo) { 3227 if (DWARFVersion == 0 && DebugInfoKind == codegenoptions::DebugDirectivesOnly) 3228 DebugInfoKind = codegenoptions::NoDebugInfo; 3250 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && 3251 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { 3252 DebugInfoKind = codegenoptions::LimitedDebugInfo; 3272 if (DebugInfoKind == codegenoptions::LimitedDebugInfo && NeedFullDebug) 3273 DebugInfoKind = codegenoptions::FullDebugInfo; 3300 TC.adjustDebugInfoKind(DebugInfoKind, Args); 3302 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DWARFVersion,