Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterContextUnwind.h27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
30 const SharedPtr &next_frame,
102 SharedPtr GetNextFrame() const;
104 SharedPtr GetPrevFrame() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextDummy.h23 typedef std::shared_ptr<RegisterContextDummy> SharedPtr; typedef
HDRegisterContextHistory.h23 typedef std::shared_ptr<RegisterContextHistory> SharedPtr; typedef
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterContextUnwind.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()