Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h102 lldb::SectionWP m_opaque_wp;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h512 lldb::SectionWP m_section_wp; ///< The section for the address, can be NULL.
H A DSection.h264 lldb::SectionWP m_parent_wp; // Weak pointer to parent section
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h415 typedef std::weak_ptr<lldb_private::Section> SectionWP; typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp819 lldb::SectionWP empty_section_wp; in SectionWasDeletedPrivate()