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

Declarations

tools/lldb/include/lldb/Core/Section.h
   65   lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,

References

tools/lldb/source/Core/Section.cpp
  553       sect_sp = m_sections[idx]->GetChildren().FindSectionByType(
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  811       section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true));
  913       section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)
 1851               gdd_objfile_section_list->FindSectionByType(
 1853         SectionSP module_section_sp = unified_section_list.FindSectionByType(
 2318       section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)
 2709         section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get();
 2724           section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true)
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
   21   auto section_sp = section_list->FindSectionByType(section_type, true);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  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)
  580   SectionSP section_sp(section_list->FindSectionByType(sect_type, true));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
   37     SectionSP section_sp(section_list->FindSectionByType(sect_type, true));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
  128         section_list->FindSectionByType(sect_type, true));
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
   75   if (obj_file->GetSectionList()->FindSectionByType(
  133             objfile_section_list->FindSectionByType(section_type, true)) {
  135               module_section_list->FindSectionByType(section_type, true))
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  503     SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true);
tools/lldb/source/Symbol/UnwindTable.cpp
   58   SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true);
   64   sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true);
   70   sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true);
   75   sect = sl->FindSectionByType(eSectionTypeARMexidx, true);
   77     SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true);
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
  239   auto section_sp = list->FindSectionByType(type == DWARFCallFrameInfo::EH