Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/API/
DSBSection.h96 lldb::SectionWP m_opaque_wp;
/external/llvm-project/lldb/include/lldb/Core/
DAddress.h489 lldb::SectionWP m_section_wp; ///< The section for the address, can be NULL.
DSection.h243 lldb::SectionWP m_parent_wp; // Weak pointer to parent section
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h396 typedef std::weak_ptr<lldb_private::Section> SectionWP; typedef
/external/llvm-project/lldb/source/Core/
DAddress.cpp782 lldb::SectionWP empty_section_wp; in SectionWasDeletedPrivate()