Searched refs:DisableDebugInfo (Results 1 – 2 of 2) sorted by relevance
358 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator383 return DisableDebugInfo; in mustEmitDebugInfo()389 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()789 case DisableDebugInfo: in adjustDebugInfoKind()
1350 bool DisableDebugInfo = false;1927 if (DisableDebugInfo)1931 void disableDebugInfo() { DisableDebugInfo = true; }1932 void enableDebugInfo() { DisableDebugInfo = false; }