Home
last modified time | relevance | path

Searched refs:m_section_list (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1910 : m_section_list(section_list), m_section_infos() { in MachSymtabSectionInfo()
1922 SectionSP section_sp(m_section_list->FindSectionByID(n_sect)); in GetSection()
1931 SectionSP first_section_sp(m_section_list->GetSectionAtIndex(0)); in GetSection()
1953 return m_section_list->FindSectionContainingFileAddress(file_addr); in GetSection()
1963 SectionList *m_section_list; member in MachSymtabSectionInfo