Lines Matching refs:GetSP
57 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
77 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
100 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
113 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
124 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
142 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
153 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
169 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
188 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
198 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
210 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
224 lldb::WatchpointSP SBWatchpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBWatchpoint
237 event.GetSP()); in GetWatchpointEventTypeFromEvent()
245 Watchpoint::WatchpointEventData::GetWatchpointFromEvent(event.GetSP()); in GetWatchpointFromEvent()