Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py41 print("Number of sections: %d" % exe_module.GetNumSections())
92 print("Number of sections: %d" % exe_module.GetNumSections())
102 if exe_module.GetNumSections() > 1:
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestWasm.py108 num_sections = module.GetNumSections()
160 num_sections = module.GetNumSections()
204 num_sections = module.GetNumSections()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModule.i243 GetNumSections ();
470 return int(self.sbmodule.GetNumSections())
574 …num_sections = property(GetNumSections, None, doc='''A read only property that returns number of s…
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModule.h150 size_t GetNumSections();
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldbtk.py219 summary = '%u sections' % (self.module.GetNumSections())
228 num_sections = self.module.GetNumSections()
275 summary = '%u compile units' % (self.module.GetNumSections())
/llvm-project-15.0.7/lldb/test/API/commands/trace/
H A DTestTraceLoad.py170 self.assertGreater(module.GetNumSections(), 0)
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp527 size_t SectionList::GetNumSections(uint32_t depth) const { in GetNumSections() function in SectionList
532 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()
H A DModule.cpp1449 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h77 size_t GetNumSections(uint32_t depth) const;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp48 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator()
109 size_t num_sections = list.GetNumSections(0); in operator ++()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymtab.cpp897 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()
905 if (child_sectlist.GetNumSections(0) > 0) { in AddSectionsToRangeMap()
H A DObjectFile.cpp631 size_t section_count = section_list->GetNumSections(0); in GetLoadableData()
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp356 size_t SBModule::GetNumSections() { in GetNumSections() function in SBModule
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp293 const uint32_t num_sections = section_list->GetNumSections(0); in DoLoadCore()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py752 num_sections = module.GetNumSections()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp369 size_t num_sections = module.GetNumSections(); in GetDebugInfoSize()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp107 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py1216 for sect_idx in range(module.GetNumSections()):
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp846 size_t Count = List.GetNumSections(0); in dumpSectionList()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2956 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1914 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()