Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp179 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo() function in SBExpressionOptions
182 return m_opaque_up->SetGenerateDebugInfo(b); in SetGenerateDebugInfo()
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBExpressionOptionsDocstrings.i36 ) lldb::SBExpressionOptions::SetGenerateDebugInfo;
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h82 void SetGenerateDebugInfo(bool b = true);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectExpression.cpp231 options.SetGenerateDebugInfo(true); in GetEvaluateExpressionOptions()
338 options.SetGenerateDebugInfo(false); in HandleCompletion()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDFunctionCaller.cpp349 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
HDREPL.cpp325 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h392 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetGenerateDebugInfo() function
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp27925 (arg1)->SetGenerateDebugInfo(arg2); in _wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_0()
27948 (arg1)->SetGenerateDebugInfo(); in _wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_1()