Searched refs:FindSectionByID (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp95 auto section = section_list->FindSectionByID(section_id);
H A DSymbolFilePDB.cpp1391 auto section = section_list->FindSectionByID(section_id);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp508 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { function in class:SectionList
519 sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id);
569 return FindSectionByID(sect_id).get() != nullptr;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h63 lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp210 auto section_ptr = section_list->FindSectionByID(section);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp892 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0);
924 Section *dynstr = section_list->FindSectionByID(header->sh_link).get();
2013 symbol_section_sp = section_list->FindSectionByID(shndx);
2293 Section *strtab = section_list->FindSectionByID(strtab_id).get();
2511 Section *rel_section = section_list->FindSectionByID(rel_id).get();
2515 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id));
2519 Section *symtab = section_list->FindSectionByID(symtab_id).get();
2524 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get();
2663 Section *rel = section_list->FindSectionByID(rel_id).get();
2667 Section *symtab = section_list->FindSectionByID(symtab_i
[all...]

Completed in 198 milliseconds