Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp193 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo() function in SBExpressionOptions
194 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetGenerateDebugInfo, (bool), in SetGenerateDebugInfo()
197 return m_opaque_up->SetGenerateDebugInfo(b); in SetGenerateDebugInfo()
331 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetGenerateDebugInfo, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h75 void SetGenerateDebugInfo(bool b = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp293 options.SetGenerateDebugInfo(false); in HandleCompletion()
388 options.SetGenerateDebugInfo(true); in GetEvalOptions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp327 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
H A DREPL.cpp316 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h349 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetGenerateDebugInfo() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24301 (arg1)->SetGenerateDebugInfo(arg2); in _wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_0()
24324 (arg1)->SetGenerateDebugInfo(); in _wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_1()