reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2384     eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName(
 2387     eh_frame_section_sp =
 2424     if (text_section_sp.get() && eh_frame_section_sp.get() &&
 2426       DWARFCallFrameInfo eh_frame(*this, eh_frame_section_sp,
 2466   const user_id_t TEXT_eh_frame_sectID = eh_frame_section_sp.get()
 2467                                              ? eh_frame_section_sp->GetID()