Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp179 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo() function in SBExpressionOptions
182 return m_opaque_up->SetGenerateDebugInfo(b); in SetGenerateDebugInfo()
/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i36 ) lldb::SBExpressionOptions::SetGenerateDebugInfo;
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h82 void SetGenerateDebugInfo(bool b = true);
/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp230 options.SetGenerateDebugInfo(true); in GetEvaluateExpressionOptions()
337 options.SetGenerateDebugInfo(false); in HandleCompletion()
/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp354 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
H A DREPL.cpp325 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h408 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetCancelCallback()
392 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } SetGenerateDebugInfo() function