Lines Matching refs:GetSP
54 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
74 return GetSP() == rhs.GetSP(); in operator ==()
87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
99 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
114 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
129 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
142 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
162 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
175 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
188 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
200 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
211 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
223 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
237 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
255 lldb::WatchpointSP SBWatchpoint::GetSP() const { in GetSP() function in SBWatchpoint
280 event.GetSP()); in GetWatchpointEventTypeFromEvent()
290 Watchpoint::WatchpointEventData::GetWatchpointFromEvent(event.GetSP()); in GetWatchpointFromEvent()