Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp111 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h159 lldb::SBSection GetSectionAtIndex(size_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp221 SectionSP section_sp(section_list.GetSectionAtIndex(i)); in updateSectionLoadAddress()
369 SectionSP section_sp(section_list->GetSectionAtIndex(i)); in ReadJITDescriptorImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbInfo.cpp214 lldb::SBSection section = module.GetSectionAtIndex(j); in PrintFnSharedLibrary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp66 Section &sect = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp249 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress()
502 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex() function in SectionList
H A DDynamicLoader.cpp138 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
H A DModule.cpp1465 section_list->GetSectionAtIndex(idx - 1)); in SetSymbolFileFileSpec()
1496 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp228 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UpdateLoadedSections()
258 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSections()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp217 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp90 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
H A DSBModule.cpp346 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex() function in SBModule
355 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
H A DSBTarget.cpp2178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h96 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp305 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
H A DObjectFileELF.cpp821 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp521 auto section = section_list->GetSectionAtIndex(section_idx); in ConvertPDBLocationToDWARFExpression()
H A DSymbolFilePDB.cpp1344 auto section = section_list->GetSectionAtIndex(section_idx); in AddSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp631 auto section_ptr = section_list->GetSectionAtIndex(section_idx); in MakeGlobalLocationExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp664 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
H A DSymtab.cpp871 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2767 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections()