AddSection(const lldb::SectionSP §ion_sp) | lldb_private::SectionList | |
AddUniqueSection(const lldb::SectionSP §ion_sp) | lldb_private::SectionList | |
begin() const | lldb_private::SectionList | inline |
begin() | lldb_private::SectionList | inline |
Clear() | lldb_private::SectionList | inline |
collection typedef | lldb_private::SectionList | |
const_iterator typedef | lldb_private::SectionList | |
ContainsSection(lldb::user_id_t sect_id) const | lldb_private::SectionList | |
DeleteSection(size_t idx) | lldb_private::SectionList | |
Dump(llvm::raw_ostream &s, unsigned indent, Target *target, bool show_header, uint32_t depth) const | lldb_private::SectionList | |
end() const | lldb_private::SectionList | inline |
end() | lldb_private::SectionList | inline |
FindSectionByID(lldb::user_id_t sect_id) const | lldb_private::SectionList | |
FindSectionByName(ConstString section_dstr) const | lldb_private::SectionList | |
FindSectionByType(lldb::SectionType sect_type, bool check_children, size_t start_idx=0) const | lldb_private::SectionList | |
FindSectionContainingFileAddress(lldb::addr_t addr, uint32_t depth=UINT32_MAX) const | lldb_private::SectionList | |
FindSectionIndex(const Section *sect) | lldb_private::SectionList | |
GetDebugInfoSize() const | lldb_private::SectionList | |
GetNumSections(uint32_t depth) const | lldb_private::SectionList | |
GetSectionAtIndex(size_t idx) const | lldb_private::SectionList | |
GetSize() const | lldb_private::SectionList | inline |
iterator typedef | lldb_private::SectionList | |
m_sections | lldb_private::SectionList | protected |
operator=(const SectionList &rhs) | lldb_private::SectionList | |
ReplaceSection(lldb::user_id_t sect_id, const lldb::SectionSP §ion_sp, uint32_t depth=UINT32_MAX) | lldb_private::SectionList | |
SectionList()=default | lldb_private::SectionList | |
Slide(lldb::addr_t slide_amount, bool slide_children) | lldb_private::SectionList | |