Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp819 lldb::SectionWP empty_section_wp; in SectionWasDeletedPrivate() local
827 return empty_section_wp.owner_before(m_section_wp) || in SectionWasDeletedPrivate()
828 m_section_wp.owner_before(empty_section_wp); in SectionWasDeletedPrivate()