Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i236 GetNumSections ();
463 return int(self.sbmodule.GetNumSections())
567 …num_sections = property(GetNumSections, None, doc='''A read only property that returns number of s…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h148 size_t GetNumSections();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp465 size_t SectionList::GetNumSections(uint32_t depth) const { in GetNumSections() function in SectionList
470 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()
H A DModule.cpp1436 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp361 size_t SBModule::GetNumSections() { in GetNumSections() function in SBModule
362 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBModule, GetNumSections); in GetNumSections()
744 LLDB_REGISTER_METHOD(size_t, SBModule, GetNumSections, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h77 size_t GetNumSections(uint32_t depth) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp47 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator()
108 size_t num_sections = list.GetNumSections(0); in operator ++()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp894 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()
902 if (child_sectlist.GetNumSections(0) > 0) { in AddSectionsToRangeMap()
H A DObjectFile.cpp626 size_t section_count = section_list->GetNumSections(0); in GetLoadableData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp105 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2877 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34921 result = (arg1)->GetNumSections(); in _wrap_SBModule_GetNumSections()