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 1958 of file ObjectFileMachO.cpp.
|
inline |
Definition at line 1960 of file ObjectFileMachO.cpp.
References lldb_private::SectionList::GetNumSections(), and m_section_infos.
Definition at line 1968 of file ObjectFileMachO.cpp.
References lldb_private::SectionList::FindSectionByID(), lldb_private::SectionList::FindSectionContainingFileAddress(), lldb_private::SectionList::GetSectionAtIndex(), m_section_infos, m_section_list, and lldb_private::Debugger::ReportError().
Referenced by ObjectFileMachO::ParseSymtab().
|
protected |
Definition at line 2015 of file ObjectFileMachO.cpp.
Referenced by GetSection(), and MachSymtabSectionInfo().
|
protected |
Definition at line 2014 of file ObjectFileMachO.cpp.
Referenced by GetSection().