Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp273 SBValue value_sb; in GetVariables() local
274 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
275 value_list.Append(value_sb); in GetVariables()
H A DSBValue.cpp730 SBValue value_sb; in GetDynamicValue() local
734 value_sb.SetSP(proxy_sp); in GetDynamicValue()
736 return value_sb; in GetDynamicValue()
742 SBValue value_sb; in GetStaticValue() local
747 value_sb.SetSP(proxy_sp); in GetStaticValue()
749 return value_sb; in GetStaticValue()
755 SBValue value_sb; in GetNonSyntheticValue() local
759 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
761 return value_sb; in GetNonSyntheticValue()
H A DSBFrame.cpp860 SBValue value_sb; in GetVariables() local
861 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
862 value_list.Append(value_sb); in GetVariables()
876 SBValue value_sb; in GetVariables() local
877 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
878 value_list.Append(value_sb); in GetVariables()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig8 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBValue> value_sb) {
9 return ToSWIGHelper(value_sb.release(), SWIGTYPE_p_lldb__SBValue);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h82 static PythonObject ToSWIGWrapper(std::unique_ptr<lldb::SBValue> value_sb);