Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.cpp338 DisableDebugInfo, /// Do not emit debug info for the devices. enumerator
363 return DisableDebugInfo; in mustEmitDebugInfo()
369 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
804 case DisableDebugInfo: in adjustDebugInfoKind()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h1392 bool DisableDebugInfo = false;
1985 if (DisableDebugInfo)
1989 void disableDebugInfo() { DisableDebugInfo = true; }
1990 void enableDebugInfo() { DisableDebugInfo = false; }