Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i36 ) lldb::SBExpressionOptions::SetGenerateDebugInfo;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h82 void SetGenerateDebugInfo(bool b = true);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp232 options.SetGenerateDebugInfo(true); in GetEvaluateExpressionOptions()
339 options.SetGenerateDebugInfo(false); in HandleCompletion()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp351 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
H A DREPL.cpp327 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h419 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetGenerateDebugInfo() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28345 (arg1)->SetGenerateDebugInfo(arg2); in _wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_0()
28368 (arg1)->SetGenerateDebugInfo(); in _wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_1()