Lines Matching refs:GetSP
56 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
77 return GetSP() == rhs.GetSP(); in operator ==()
91 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
103 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
118 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
133 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
146 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
166 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
192 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
204 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
215 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
228 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
244 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
262 lldb::WatchpointSP SBWatchpoint::GetSP() const { in GetSP() function in SBWatchpoint
263 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::WatchpointSP, SBWatchpoint, GetSP); in GetSP()
291 event.GetSP()); in GetWatchpointEventTypeFromEvent()
303 Watchpoint::WatchpointEventData::GetWatchpointFromEvent(event.GetSP()); in GetWatchpointFromEvent()
338 LLDB_REGISTER_METHOD_CONST(lldb::WatchpointSP, SBWatchpoint, GetSP, ()); in RegisterMethods()