Home
last modified time | relevance | path

Searched refs:GetSectionAtIndex (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i239 GetSectionAtIndex (size_t idx);
470 return self.sbmodule.GetSectionAtIndex(key)
473 section = self.sbmodule.GetSectionAtIndex(idx)
479 section = self.sbmodule.GetSectionAtIndex(idx)
539 self.sections_array.append(self.GetSectionAtIndex(idx))
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp375 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex() function in SBModule
376 LLDB_RECORD_METHOD(lldb::SBSection, SBModule, GetSectionAtIndex, (size_t), in GetSectionAtIndex()
387 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
745 LLDB_REGISTER_METHOD(lldb::SBSection, SBModule, GetSectionAtIndex, (size_t)); in RegisterMethods()
H A DSBSection.cpp114 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
H A DSBTarget.cpp2297 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h150 lldb::SBSection GetSectionAtIndex(size_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp238 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress()
386 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp257 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress()
476 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex() function in SectionList
H A DDynamicLoader.cpp133 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
H A DModule.cpp1439 section_list->GetSectionAtIndex(idx - 1)); in SetSymbolFileFileSpec()
1470 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp231 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UpdateLoadedSections()
261 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp219 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp84 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()
108 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
425 SectionSP section_sp = sections->GetSectionAtIndex(i); in BuildMemoryRegions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h86 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp300 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
H A DObjectFileELF.cpp684 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp94 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator()
117 Section &sect = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp383 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp629 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
H A DSymtab.cpp896 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2880 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34948 result = (arg1)->GetSectionAtIndex(arg2); in _wrap_SBModule_GetSectionAtIndex()