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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h799 bool DisableDebugInfo; member in class:clang::CodeGen::CodeGenFunction
957 if (DisableDebugInfo)
961 void disableDebugInfo() { DisableDebugInfo = true; }
962 void enableDebugInfo() { DisableDebugInfo = false; }
H A DCodeGenFunction.cpp46 DisableDebugInfo(false), DidCallStackSave(false), IndirectBranch(0),

Completed in 48 milliseconds