|
LLDB mainline
|
Classes | |
| struct | SectionInfo |
Public Member Functions | |
| MachSymtabSectionInfo (SectionList *section_list) | |
| SectionSP | GetSection (uint8_t n_sect, addr_t file_addr) |
Protected Attributes | |
| SectionList * | m_section_list |
| std::vector< SectionInfo > | m_section_infos |
Definition at line 1893 of file ObjectFileMachO.cpp.
|
inline |
Definition at line 1895 of file ObjectFileMachO.cpp.
References lldb_private::SectionList::GetNumSections(), m_section_infos, and m_section_list.
Definition at line 1903 of file ObjectFileMachO.cpp.
References m_section_infos, m_section_list, and lldb_private::Debugger::ReportError().
Referenced by ObjectFileMachO::ParseSymtab().
|
protected |
Definition at line 1950 of file ObjectFileMachO.cpp.
Referenced by GetSection(), and MachSymtabSectionInfo().
|
protected |
Definition at line 1949 of file ObjectFileMachO.cpp.
Referenced by GetSection(), and MachSymtabSectionInfo().