| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 111 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModule.h | 159 lldb::SBSection GetSectionAtIndex(size_t idx);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 221 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 D | MICmdCmdGdbInfo.cpp | 214 lldb::SBSection section = module.GetSectionAtIndex(j); in PrintFnSharedLibrary()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 66 Section § = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Section.cpp | 249 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 D | DynamicLoader.cpp | 138 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
|
| H A D | Module.cpp | 1465 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 D | DynamicLoaderHexagonDYLD.cpp | 228 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 D | ObjectFileJIT.cpp | 217 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSection.cpp | 90 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
|
| H A D | SBModule.cpp | 346 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex() function in SBModule 355 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
|
| H A D | SBTarget.cpp | 2178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Section.h | 96 lldb::SectionSP GetSectionAtIndex(size_t idx) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 305 section_list->GetSectionAtIndex(shndx).get(); in sectionIndexToCString()
|
| H A D | ObjectFileELF.cpp | 821 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 521 auto section = section_list->GetSectionAtIndex(section_idx); in ConvertPDBLocationToDWARFExpression()
|
| H A D | SymbolFilePDB.cpp | 1344 auto section = section_list->GetSectionAtIndex(section_idx); in AddSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 631 auto section_ptr = section_list->GetSectionAtIndex(section_idx); in MakeGlobalLocationExpression()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 664 SectionSP section_sp = section_list->GetSectionAtIndex(i); in GetLoadableData()
|
| H A D | Symtab.cpp | 871 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 2767 stop_id, sections->GetSectionAtIndex(i)); in UnloadModuleSections()
|