Home
last modified time | relevance | path

Searched refs:SetGenerateDebugInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp125 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo() function in SBExpressionOptions
126 return m_opaque_ap->SetGenerateDebugInfo(b); in SetGenerateDebugInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h76 void SetGenerateDebugInfo(bool b = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp315 options.SetGenerateDebugInfo(false); in HandleCompletion()
434 options.SetGenerateDebugInfo(true); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp285 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h337 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetGenerateDebugInfo() function