Home
last modified time | relevance | path

Searched refs:GetNumSections (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp37 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)) {} in LineIterator()
64 size_t num_sections = list.GetNumSections(0); in operator ++()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h157 size_t GetNumSections();
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbInfo.cpp212 const MIuint nSections = module.GetNumSections(); in PrintFnSharedLibrary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp491 size_t SectionList::GetNumSections(uint32_t depth) const { in GetNumSections() function in SectionList
496 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()
H A DModule.cpp1462 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h87 size_t GetNumSections(uint32_t depth) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp869 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()
877 if (child_sectlist.GetNumSections(0) > 0) { in AddSectionsToRangeMap()
H A DObjectFile.cpp661 size_t section_count = section_list->GetNumSections(0); in GetLoadableData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp334 size_t SBModule::GetNumSections() { in GetNumSections() function in SBModule
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2764 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections()