Searched refs:SBBreakpointNameImpl (Results 1 – 4 of 4) sorted by relevance
35 class SBBreakpointNameImpl { class37 SBBreakpointNameImpl(TargetSP target_sp, const char *name) { in SBBreakpointNameImpl() function in lldb::SBBreakpointNameImpl48 SBBreakpointNameImpl(SBTarget &sb_target, const char *name);49 bool operator==(const SBBreakpointNameImpl &rhs);50 bool operator!=(const SBBreakpointNameImpl &rhs);74 SBBreakpointNameImpl::SBBreakpointNameImpl(SBTarget &sb_target, in SBBreakpointNameImpl() function in lldb::SBBreakpointNameImpl90 bool SBBreakpointNameImpl::operator==(const SBBreakpointNameImpl &rhs) { in operator ==()94 bool SBBreakpointNameImpl::operator!=(const SBBreakpointNameImpl &rhs) { in operator !=()98 lldb_private::BreakpointName *SBBreakpointNameImpl::GetBreakpointName() const { in GetBreakpointName()118 m_impl_up = std::make_unique<SBBreakpointNameImpl>(sb_target, name); in SBBreakpointName()[all …]
14 class SBBreakpointNameImpl; variable117 std::unique_ptr<SBBreakpointNameImpl> m_impl_up;
26 class LLDB_API SBBreakpointNameImpl; variable
839 friend class SBBreakpointNameImpl; variable