Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBExpressionOptions.i101 …nformation for the expression and also controls if a SBModule is generated.") SetGenerateDebugInfo;
103 SetGenerateDebugInfo (bool b = true);
/llvm-project-15.0.7/lldb/source/API/
H A DSBExpressionOptions.cpp172 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo() function in SBExpressionOptions
175 return m_opaque_up->SetGenerateDebugInfo(b); in SetGenerateDebugInfo()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h75 void SetGenerateDebugInfo(bool b = true);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp277 options.SetGenerateDebugInfo(false); in HandleCompletion()
372 options.SetGenerateDebugInfo(true); in GetEvalOptions()
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp326 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
H A DREPL.cpp321 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h371 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetGenerateDebugInfo() function