Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBSection.h102 lldb::SectionWP m_opaque_wp;
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddress.h502 lldb::SectionWP m_section_wp; ///< The section for the address, can be NULL.
H A DSection.h256 lldb::SectionWP m_parent_wp; // Weak pointer to parent section
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h391 typedef std::weak_ptr<lldb_private::Section> SectionWP; typedef
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddress.cpp812 lldb::SectionWP empty_section_wp; in SectionWasDeletedPrivate()