Searched refs:DisableDebugInfo (Results 1 – 2 of 2) sorted by relevance
332 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator357 return DisableDebugInfo; in mustEmitDebugInfo()363 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()753 case DisableDebugInfo: in adjustDebugInfoKind()
1393 bool DisableDebugInfo = false;1987 if (DisableDebugInfo)1991 void disableDebugInfo() { DisableDebugInfo = true; }1992 void enableDebugInfo() { DisableDebugInfo = false; }