Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h928 bool DisableDebugInfo; variable
1198 if (DisableDebugInfo) in getDebugInfo()
1202 void disableDebugInfo() { DisableDebugInfo = true; } in disableDebugInfo()
1203 void enableDebugInfo() { DisableDebugInfo = false; } in enableDebugInfo()
DCodeGenFunction.cpp54 DisableDebugInfo(false), DidCallStackSave(false), IndirectBranch(nullptr), in CodeGenFunction()