Searched refs:EmitDwarf (Results 1 – 1 of 1) sorted by relevance
4513 bool EmitDwarf = false; in renderDebugOptions() local4515 EmitDwarf = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()4523 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()4530 EmitDwarf = true; in renderDebugOptions()4538 if (EmitDwarf) { in renderDebugOptions()8565 bool EmitDwarf = false; in ConstructJob() local8567 EmitDwarf = checkDebugInfoOption(A, Args, D, getToolChain()); in ConstructJob()8575 if (!EmitCodeView && !EmitDwarf && WantDebug) { in ConstructJob()8581 EmitDwarf = true; in ConstructJob()8587 if (!EmitDwarf) in ConstructJob()