| /llvm-project-15.0.7/lldb/test/API/python_api/module_section/ |
| H A D | TestModuleAndSection.py | 41 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 D | TestWasm.py | 108 num_sections = module.GetNumSections() 160 num_sections = module.GetNumSections() 204 num_sections = module.GetNumSections()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBModule.i | 243 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 D | SBModule.h | 150 size_t GetNumSections();
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | lldbtk.py | 219 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 D | TestTraceLoad.py | 170 self.assertGreater(module.GetNumSections(), 0)
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Section.cpp | 527 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 D | Module.cpp | 1449 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Section.h | 77 size_t GetNumSections(uint32_t depth) const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 48 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 D | Symtab.cpp | 897 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap() 905 if (child_sectlist.GetNumSections(0) > 0) { in AddSectionsToRangeMap()
|
| H A D | ObjectFile.cpp | 631 size_t section_count = section_list->GetNumSections(0); in GetLoadableData()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBModule.cpp | 356 size_t SBModule::GetNumSections() { in GetNumSections() function in SBModule
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 293 const uint32_t num_sections = section_list->GetNumSections(0); in DoLoadCore()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | objc_runtime.py | 752 num_sections = module.GetNumSections()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 369 size_t num_sections = module.GetNumSections(); in GetDebugInfoSize()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 107 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()
|
| /llvm-project-15.0.7/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 1216 for sect_idx in range(module.GetNumSections()):
|
| /llvm-project-15.0.7/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 846 size_t Count = List.GetNumSections(0); in dumpSectionList()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 2956 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1914 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
|