Searched refs:main_section_type (Results 1 – 2 of 2) sorted by relevance
31 DWARFContext::LoadOrGetSection(llvm::Optional<SectionType> main_section_type, in LoadOrGetSection() argument37 else if (main_section_type) in LoadOrGetSection()38 data.data = LoadSection(m_main_section_list, *main_section_type); in LoadOrGetSection()
49 LoadOrGetSection(llvm::Optional<lldb::SectionType> main_section_type,