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

Declarations

tools/lldb/include/lldb/Core/Section.h
   77   size_t GetNumSections(uint32_t depth) const;

References

tools/lldb/source/Core/Module.cpp
 1418           size_t num_sections = section_list->GetNumSections(0);
tools/lldb/source/Core/Section.cpp
  489       count += (*sect_iter)->GetChildren().GetNumSections(depth - 1);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1850     m_section_infos.resize(section_list->GetNumSections(1));
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  218   const uint32_t num_sections = section_list->GetNumSections(0);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  103     assert(m_sections_up->GetNumSections(0) == 1);
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
   43         m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)),
  104   size_t num_sections = list.GetNumSections(0);
tools/lldb/source/Symbol/ObjectFile.cpp
  654   size_t section_count = section_list->GetNumSections(0);
tools/lldb/source/Symbol/Symtab.cpp
  833   const int num_sections = sectlist->GetNumSections(0);
  841       if (child_sectlist.GetNumSections(0) > 0) {
tools/lldb/source/Target/Target.cpp
 2795     const uint32_t num_sections = sections->GetNumSections(0);
tools/lldb/tools/lldb-test/lldb-test.cpp
  824   size_t Count = List.GetNumSections(0);