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()
109 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
124 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
137 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
157 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
170 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
183 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
195 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
206 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
218 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
232 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
250 lldb::WatchpointSP SBWatchpoint::GetSP() const { in GetSP() function in SBWatchpoint
275 event.GetSP()); in GetWatchpointEventTypeFromEvent()
285 Watchpoint::WatchpointEventData::GetWatchpointFromEvent(event.GetSP()); in GetWatchpointFromEvent()
292 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetType()
305 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchValueKind()
319 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSpec()
334 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsWatchingReads()
347 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsWatchingWrites()