Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBSection.cpp257 SectionSP lhs_section_sp(GetSP()); in operator ==() local
259 if (lhs_section_sp && rhs_section_sp) in operator ==()
260 return lhs_section_sp == rhs_section_sp; in operator ==()
268 SectionSP lhs_section_sp(GetSP()); in operator !=() local
270 return lhs_section_sp != rhs_section_sp; in operator !=()