Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBVariablesOptions.cpp62 void SetIncludeRuntimeSupportValues(bool b) { in SetIncludeRuntimeSupportValues() function in VariablesOptionsImpl
178 void SBVariablesOptions::SetIncludeRuntimeSupportValues( in SetIncludeRuntimeSupportValues() function in SBVariablesOptions
182 m_opaque_up->SetIncludeRuntimeSupportValues(runtime_support_values); in SetIncludeRuntimeSupportValues()
H A DSBFrame.cpp749 options.SetIncludeRuntimeSupportValues(include_runtime_support_values); in GetVariables()
774 options.SetIncludeRuntimeSupportValues(include_runtime_support_values); in GetVariables()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBVariablesOptions.i62 SetIncludeRuntimeSupportValues (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBVariablesOptions.h55 void SetIncludeRuntimeSupportValues(bool);
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/hide-runtime-values/
H A DTestObjCXXHideRuntimeValues.py20 var_opts.SetIncludeRuntimeSupportValues(False)
/llvm-project-15.0.7/lldb/test/API/lang/c/vla/
H A DTestVLA.py21 var_opts.SetIncludeRuntimeSupportValues(False)