Searched defs:GetFrameSP (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Target/
H A DExecutionContext.h288 GetFrameSP () const;
622 GetFrameSP () const function in class:lldb_private::ExecutionContext
/external/lldb/source/Target/
H A DExecutionContext.cpp153 m_frame_sp (exe_ctx_ref.GetFrameSP())
168 m_frame_sp = exe_ctx_ref_ptr->GetFrameSP();
186 m_frame_sp = exe_ctx_ref_ptr->GetFrameSP();
202 m_frame_sp = exe_ctx_ref.GetFrameSP();
601 lldb::StackFrameSP frame_sp (exe_ctx.GetFrameSP());
807 ExecutionContextRef::GetFrameSP () const function in class:ExecutionContextRef
/external/lldb/source/API/
H A DSBFrame.cpp90 SBFrame::GetFrameSP() const function in class:SBFrame
93 return m_opaque_sp->GetFrameSP();
106 return GetFrameSP().get() != NULL;
970 lldb::StackFrameSP this_sp = GetFrameSP();
971 lldb::StackFrameSP that_sp = that.GetFrameSP();
H A DSBValue.cpp203 GetFrameSP () function in class:ValueImpl
206 return m_valobj_sp->GetFrameSP();
1260 frame_sp = m_opaque_sp->GetFrameSP();
/external/lldb/include/lldb/Core/
H A DValueObject.h589 GetFrameSP() const function in class:lldb_private::ValueObject
591 return m_update_point.GetExecutionContextRef().GetFrameSP();

Completed in 144 milliseconds