Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp54 const SharedPtr &next_frame, in RegisterContextUnwind()
703 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()
705 RegisterContextUnwind::SharedPtr next_next_frame = in CheckIfLoopingStack()
2261 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetNextFrame() const { in GetNextFrame()
2262 RegisterContextUnwind::SharedPtr regctx; in GetNextFrame()
2268 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetPrevFrame() const { in GetPrevFrame()
2269 RegisterContextUnwind::SharedPtr regctx; in GetPrevFrame()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp396 CUdeviceptr SharedPtr; in allocate() local
397 Err = cuMemAllocManaged(&SharedPtr, Size, CU_MEM_ATTACH_GLOBAL); in allocate()
398 MemAlloc = (void *)SharedPtr; in allocate()