Searched refs:SharedPtr (Results 1 – 4 of 4) sorted by relevance
29 typedef std::shared_ptr<RegisterContextLLDB> SharedPtr; typedef31 RegisterContextLLDB(lldb_private::Thread &thread, const SharedPtr &next_frame,98 SharedPtr GetNextFrame() const;100 SharedPtr GetPrevFrame() const;
24 typedef std::shared_ptr<RegisterContextDummy> SharedPtr; typedef
24 typedef std::shared_ptr<RegisterContextHistory> SharedPtr; typedef
50 const SharedPtr &next_frame, in RegisterContextLLDB()634 RegisterContextLLDB::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()636 RegisterContextLLDB::SharedPtr next_next_frame = next_frame->GetNextFrame(); in CheckIfLoopingStack()1987 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetNextFrame() const { in GetNextFrame()1988 RegisterContextLLDB::SharedPtr regctx; in GetNextFrame()1994 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetPrevFrame() const { in GetPrevFrame()1995 RegisterContextLLDB::SharedPtr regctx; in GetPrevFrame()