Home
last modified time | relevance | path

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

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