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()
1952 typename ELFT::ShdrRange Sections = cantFail(Obj.sections()); in ELFDumper()
195 template <typename ELFT> typename ELFT::ShdrRange getELFShdrs() const { in getELFShdrs()196 return typename ELFT::ShdrRange( in getELFShdrs()
79 using ShdrRange = ArrayRef<Shdr>; member134 using Elf_Shdr_Range = typename ELFT::ShdrRange; \
485 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()876 Expected<typename ELFT::ShdrRange> ELFFile<ELFT>::sections() const { in sections()
356 using Elf_Shdr_Range = typename ELFT::ShdrRange;