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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  487     if (section_list == nullptr)
  494     section = section_list->FindSectionByName(GetDWARFMachOSegmentName()).get();
  497       section_list = &section->GetChildren();
  500         section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get();
  505           section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true)
  527           section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true)
  542                 section_list->FindSectionByType(eSectionTypeDWARFDebugStr, true)