Searched refs:DisableDebugInfo (Results 1 – 2 of 2) sorted by relevance
287 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator312 return DisableDebugInfo; in mustEmitDebugInfo()318 return DisableDebugInfo; in mustEmitDebugInfo()722 case DisableDebugInfo: in adjustDebugInfoKind()
1203 bool DisableDebugInfo = false;1598 if (DisableDebugInfo)1602 void disableDebugInfo() { DisableDebugInfo = true; }1603 void enableDebugInfo() { DisableDebugInfo = false; }