Searched refs:ShdrRange (Results 1 – 6 of 6) sorted by relevance
51 Expected<typename ELFT::ShdrRange> SectionsOrErr = in findSectionByAddress()82 Expected<typename ELFT::ShdrRange> SectionsOrErr = Obj.sections(); in printUnwindInformation()
1919 typename ELFT::ShdrRange Sections = cantFail(Obj.sections()); in ELFDumper()
208 template <typename ELFT> typename ELFT::ShdrRange getELFShdrs() const { in getELFShdrs()209 return typename ELFT::ShdrRange( in getELFShdrs()
81 using ShdrRange = ArrayRef<Shdr>; member137 using Elf_Shdr_Range = typename ELFT::ShdrRange; \
533 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()924 Expected<typename ELFT::ShdrRange> ELFFile<ELFT>::sections() const { in sections()
356 using Elf_Shdr_Range = typename ELFT::ShdrRange;