Searched refs:DisableDebugInfo (Results 1 – 2 of 2) sorted by relevance
348 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator373 return DisableDebugInfo; in mustEmitDebugInfo()379 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()797 case DisableDebugInfo: in adjustDebugInfoKind()
1520 bool DisableDebugInfo = false;2147 if (DisableDebugInfo)2151 void disableDebugInfo() { DisableDebugInfo = true; }2152 void enableDebugInfo() { DisableDebugInfo = false; }