Searched refs:DisableDebugInfo (Results 1 – 2 of 2) sorted by relevance
340 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator365 return DisableDebugInfo; in mustEmitDebugInfo()371 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()774 case DisableDebugInfo: in adjustDebugInfoKind()
1401 bool DisableDebugInfo = false;2047 if (DisableDebugInfo)2051 void disableDebugInfo() { DisableDebugInfo = true; }2052 void enableDebugInfo() { DisableDebugInfo = false; }