Searched refs:ShdrRange (Results 1 – 2 of 2) sorted by relevance
95 using Elf_Shdr_Range = typename ELFT::ShdrRange;311 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()510 Expected<typename ELFT::ShdrRange> ELFFile<ELFT>::sections() const { in sections()
78 using ShdrRange = ArrayRef<Shdr>; member