Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp344 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator
369 return DisableDebugInfo; in mustEmitDebugInfo()
375 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
775 case DisableDebugInfo: in adjustDebugInfoKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1489 bool DisableDebugInfo = false;
2137 if (DisableDebugInfo)
2141 void disableDebugInfo() { DisableDebugInfo = true; }
2142 void enableDebugInfo() { DisableDebugInfo = false; }