Searched refs:EmitDwarf (Results 1 – 1 of 1) sorted by relevance
4489 bool EmitDwarf = false; in renderDebugOptions() local4491 EmitDwarf = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()4499 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()4506 EmitDwarf = true; in renderDebugOptions()4514 if (EmitDwarf) { in renderDebugOptions()8624 bool EmitDwarf = false; in ConstructJob() local8626 EmitDwarf = checkDebugInfoOption(A, Args, D, getToolChain()); in ConstructJob()8634 if (!EmitCodeView && !EmitDwarf && WantDebug) { in ConstructJob()8640 EmitDwarf = true; in ConstructJob()8646 if (!EmitDwarf) in ConstructJob()