Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddress.cpp812 lldb::SectionWP empty_section_wp; in SectionWasDeletedPrivate() local
820 return empty_section_wp.owner_before(m_section_wp) || in SectionWasDeletedPrivate()
821 m_section_wp.owner_before(empty_section_wp); in SectionWasDeletedPrivate()