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 1879 of file ObjectFileMachO.cpp.
|
inline |
Definition at line 1881 of file ObjectFileMachO.cpp.
References lldb_private::SectionList::GetNumSections(), m_section_infos, and m_section_list.
Definition at line 1889 of file ObjectFileMachO.cpp.
References m_section_infos, m_section_list, and lldb_private::Debugger::ReportError().
Referenced by ObjectFileMachO::ParseSymtab().
|
protected |
Definition at line 1936 of file ObjectFileMachO.cpp.
Referenced by GetSection(), and MachSymtabSectionInfo().
|
protected |
Definition at line 1935 of file ObjectFileMachO.cpp.
Referenced by GetSection(), and MachSymtabSectionInfo().