Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
30 const SharedPtr &next_frame,
102 SharedPtr GetNextFrame() const;
104 SharedPtr GetPrevFrame() const;
/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.h23 typedef std::shared_ptr<RegisterContextDummy> SharedPtr; typedef
H A DRegisterContextHistory.h23 typedef std::shared_ptr<RegisterContextHistory> SharedPtr; typedef
/src/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp56 const SharedPtr &next_frame, in RegisterContextUnwind()
717 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()
719 RegisterContextUnwind::SharedPtr next_next_frame = in CheckIfLoopingStack()
2298 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetNextFrame() const { in GetNextFrame()
2299 RegisterContextUnwind::SharedPtr regctx; in GetNextFrame()
2305 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetPrevFrame() const { in GetPrevFrame()
2306 RegisterContextUnwind::SharedPtr regctx; in GetPrevFrame()