Home
last modified time | relevance | path

Searched refs:SetIncludeRuntimeSupportValues (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp62 void SetIncludeRuntimeSupportValues(bool b) { in SetIncludeRuntimeSupportValues() function in VariablesOptionsImpl
191 void SBVariablesOptions::SetIncludeRuntimeSupportValues( in SetIncludeRuntimeSupportValues() function in SBVariablesOptions
193 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeRuntimeSupportValues, in SetIncludeRuntimeSupportValues()
196 m_opaque_up->SetIncludeRuntimeSupportValues(runtime_support_values); in SetIncludeRuntimeSupportValues()
266 SetIncludeRuntimeSupportValues, (bool)); in RegisterMethods()
H A DSBFrame.cpp775 options.SetIncludeRuntimeSupportValues(include_runtime_support_values); in GetVariables()
801 options.SetIncludeRuntimeSupportValues(include_runtime_support_values); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i62 SetIncludeRuntimeSupportValues (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h55 void SetIncludeRuntimeSupportValues(bool);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69659 (arg1)->SetIncludeRuntimeSupportValues(arg2); in _wrap_SBVariablesOptions_SetIncludeRuntimeSupportValues()