Home
last modified time | relevance | path

Searched refs:SBBreakpointNameImpl (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp35 class SBBreakpointNameImpl { class
37 SBBreakpointNameImpl(TargetSP target_sp, const char *name) { in SBBreakpointNameImpl() function in lldb::SBBreakpointNameImpl
48 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::SBBreakpointNameImpl
90 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 …]
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointName.h14 class SBBreakpointNameImpl; variable
117 std::unique_ptr<SBBreakpointNameImpl> m_impl_up;
DSBDefines.h26 class LLDB_API SBBreakpointNameImpl; variable
DSBTarget.h839 friend class SBBreakpointNameImpl; variable