Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp358 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator
383 return DisableDebugInfo; in mustEmitDebugInfo()
389 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
789 case DisableDebugInfo: in adjustDebugInfoKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h1350 bool DisableDebugInfo = false;
1927 if (DisableDebugInfo)
1931 void disableDebugInfo() { DisableDebugInfo = true; }
1932 void enableDebugInfo() { DisableDebugInfo = false; }