Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCuda.cpp332 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator
357 return DisableDebugInfo; in mustEmitDebugInfo()
363 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
753 case DisableDebugInfo: in adjustDebugInfoKind()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h1393 bool DisableDebugInfo = false;
1987 if (DisableDebugInfo)
1991 void disableDebugInfo() { DisableDebugInfo = true; }
1992 void enableDebugInfo() { DisableDebugInfo = false; }