Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/python/
Dpython-swigsafecast.swig116 SBTypeToSWIGWrapper (lldb::SBValue* value_sb)
118 return SWIG_NewPointerObj((void *) value_sb, SWIGTYPE_p_lldb__SBValue, 0);
Dpython-wrapper.swig1107 lldb::SBValue value_sb(value);
1108 PythonObject value_arg(PyRefType::Owned, SBTypeToSWIGWrapper(value_sb));
/external/llvm-project/lldb/source/API/
DSBBlock.cpp284 SBValue value_sb; in GetVariables() local
285 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
286 value_list.Append(value_sb); in GetVariables()
DSBValue.cpp766 SBValue value_sb; in GetDynamicValue() local
770 value_sb.SetSP(proxy_sp); in GetDynamicValue()
772 return LLDB_RECORD_RESULT(value_sb); in GetDynamicValue()
778 SBValue value_sb; in GetStaticValue() local
783 value_sb.SetSP(proxy_sp); in GetStaticValue()
785 return LLDB_RECORD_RESULT(value_sb); in GetStaticValue()
791 SBValue value_sb; in GetNonSyntheticValue() local
795 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
797 return LLDB_RECORD_RESULT(value_sb); in GetNonSyntheticValue()
DSBFrame.cpp878 SBValue value_sb; in GetVariables() local
879 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
880 value_list.Append(value_sb); in GetVariables()
893 SBValue value_sb; in GetVariables() local
894 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
895 value_list.Append(value_sb); in GetVariables()