LLDB mainline
MachSymtabSectionInfo Class Reference

Classes

struct  SectionInfo

Public Member Functions

 MachSymtabSectionInfo (SectionList *section_list)
SectionSP GetSection (uint8_t n_sect, addr_t file_addr)

Protected Attributes

SectionListm_section_list
std::vector< SectionInfom_section_infos

Detailed Description

Definition at line 1879 of file ObjectFileMachO.cpp.

Constructor & Destructor Documentation

◆ MachSymtabSectionInfo()

MachSymtabSectionInfo::MachSymtabSectionInfo ( SectionList * section_list)
inline

Member Function Documentation

◆ GetSection()

SectionSP MachSymtabSectionInfo::GetSection ( uint8_t n_sect,
addr_t file_addr )
inline

Member Data Documentation

◆ m_section_infos

std::vector<SectionInfo> MachSymtabSectionInfo::m_section_infos
protected

Definition at line 1936 of file ObjectFileMachO.cpp.

Referenced by GetSection(), and MachSymtabSectionInfo().

◆ m_section_list

SectionList* MachSymtabSectionInfo::m_section_list
protected

Definition at line 1935 of file ObjectFileMachO.cpp.

Referenced by GetSection(), and MachSymtabSectionInfo().


The documentation for this class was generated from the following file: