Home
last modified time | relevance | path

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

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