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
 2383   if (text_section_sp.get())
 2384     eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName(
 2406   if (text_section_sp && function_starts_data.GetByteSize()) {
 2410     function_start_entry.addr = text_section_sp->GetFileAddress();
 2424     if (text_section_sp.get() && eh_frame_section_sp.get() &&
 2430       addr_t text_base_addr = text_section_sp->GetFileAddress();
 4185               if (symbol_section->IsDescendant(text_section_sp.get())) {