Home
last modified time | relevance | path

Searched refs:FindSectionByID (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp568 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID() function in SectionList
579 sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id); in FindSectionByID()
629 return FindSectionByID(sect_id).get() != nullptr; in ContainsSection()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp96 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression()
H A DSymbolFilePDB.cpp1403 auto section = section_list->FindSectionByID(section_id); in AddSymbols()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp915 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress()
947 Section *dynstr = section_list->FindSectionByID(header->sh_link).get(); in ParseDependentModules()
2061 symbol_section_sp = section_list->FindSectionByID(shndx); in ParseSymbols()
2340 Section *strtab = section_list->FindSectionByID(strtab_id).get(); in ParseSymbolTable()
2558 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols()
2562 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
2566 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in ParseTrampolineSymbols()
2571 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get(); in ParseTrampolineSymbols()
2715 Section *rel = section_list->FindSectionByID(rel_id).get(); in RelocateDebugSections()
2719 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in RelocateDebugSections()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h63 lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp210 auto section_ptr = section_list->FindSectionByID(section); in MakeGlobalLocationExpression()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp808 Address symbol_addr(sect_list->FindSectionByID(symbol.sect), in ParseSymtab()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1848 segment_sp->GetChildren().FindSectionByID(sect_uid)); in ProcessSegmentCommand()
1852 segment_sp->GetChildren().FindSectionByID(sect_uid + 1); in ProcessSegmentCommand()
1922 SectionSP section_sp(m_section_list->FindSectionByID(n_sect)); in GetSection()