Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp60 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleExtensions.i46 return lldb_iter(self, 'GetNumSections', 'GetSectionAtIndex')
129 return int(self.sbmodule.GetNumSections())
235 num_sections = property(GetNumSections, None, doc='''A read only property that returns number of sections in the module as an integer.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h150 size_t GetNumSections();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp533 size_t SectionList::GetNumSections(uint32_t depth) const { in GetNumSections() function in SectionList
538 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()
H A DModule.cpp1379 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h78 size_t GetNumSections(uint32_t depth) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp49 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator()
110 size_t num_sections = list.GetNumSections(0); in operator ++()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp913 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()
921 if (child_sectlist.GetNumSections(0) > 0) { in AddSectionsToRangeMap()
H A DObjectFile.cpp642 size_t section_count = section_list->GetNumSections(0); in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp356 size_t SBModule::GetNumSections() { in GetNumSections() function in SBModule
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3154 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39561 result = (arg1)->GetNumSections(); in _wrap_SBModule_GetNumSections()