Searched refs:eh_frame_section_sp (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1699 SectionSP eh_frame_section_sp; local
1701 eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName (g_section_name_eh_frame);
1703 eh_frame_section_sp = section_list->FindSectionByName (g_section_name_eh_frame);
1737 if (text_section_sp.get() && eh_frame_section_sp.get() && m_type != eTypeDebugInfo)
1739 DWARFCallFrameInfo eh_frame(*this, eh_frame_section_sp, eRegisterKindGCC, true);
1759 const user_id_t TEXT_eh_frame_sectID = eh_frame_section_sp.get() ? eh_frame_section_sp->GetID() : NListSectionNoSection;

Completed in 106 milliseconds