Home
last modified time | relevance | path

Searched refs:SharedPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h29 typedef std::shared_ptr<RegisterContextLLDB> SharedPtr; typedef
31 RegisterContextLLDB(lldb_private::Thread &thread, const SharedPtr &next_frame,
98 SharedPtr GetNextFrame() const;
100 SharedPtr GetPrevFrame() const;
H A DRegisterContextDummy.h24 typedef std::shared_ptr<RegisterContextDummy> SharedPtr; typedef
H A DRegisterContextHistory.h24 typedef std::shared_ptr<RegisterContextHistory> SharedPtr; typedef
H A DRegisterContextLLDB.cpp50 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()