Searched refs:DisableDebugInfo (Results 1 – 2 of 2) sorted by relevance
344 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator369 return DisableDebugInfo; in mustEmitDebugInfo()375 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()775 case DisableDebugInfo: in adjustDebugInfoKind()
1489 bool DisableDebugInfo = false;2137 if (DisableDebugInfo)2141 void disableDebugInfo() { DisableDebugInfo = true; }2142 void enableDebugInfo() { DisableDebugInfo = false; }