Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DisableDebugInfo

806   bool DisableDebugInfo;
976 if (DisableDebugInfo)
980 void disableDebugInfo() { DisableDebugInfo = true; }
981 void enableDebugInfo() { DisableDebugInfo = false; }