Searched refs:main_section_type (Results 1 – 2 of 2) sorted by relevance
33 DWARFContext::LoadOrGetSection(std::optional<SectionType> main_section_type, in LoadOrGetSection() argument39 else if (main_section_type) in LoadOrGetSection()40 data.data = LoadSection(m_main_section_list, *main_section_type); in LoadOrGetSection()
50 LoadOrGetSection(std::optional<lldb::SectionType> main_section_type,