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.cpp348 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator
373 return DisableDebugInfo; in mustEmitDebugInfo()
379 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
797 case DisableDebugInfo: in adjustDebugInfoKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1520 bool DisableDebugInfo = false;
2147 if (DisableDebugInfo)
2151 void disableDebugInfo() { DisableDebugInfo = true; }
2152 void enableDebugInfo() { DisableDebugInfo = false; }