Searched refs:DisableDebugInfo (Results 1 – 2 of 2) sorted by relevance
338 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator363 return DisableDebugInfo; in mustEmitDebugInfo()369 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()804 case DisableDebugInfo: in adjustDebugInfoKind()
1392 bool DisableDebugInfo = false;1985 if (DisableDebugInfo)1989 void disableDebugInfo() { DisableDebugInfo = true; }1990 void enableDebugInfo() { DisableDebugInfo = false; }