Home
last modified time | relevance | path

Searched refs:DisableDebugInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.cpp287 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator
312 return DisableDebugInfo; in mustEmitDebugInfo()
318 return DisableDebugInfo; in mustEmitDebugInfo()
722 case DisableDebugInfo: in adjustDebugInfoKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h1203 bool DisableDebugInfo = false;
1598 if (DisableDebugInfo)
1602 void disableDebugInfo() { DisableDebugInfo = true; }
1603 void enableDebugInfo() { DisableDebugInfo = false; }