Searched refs:ShdrRange (Results 1 – 7 of 7) sorted by relevance
185 template <typename ELFT> typename ELFT::ShdrRange getELFShdrs() const { in getELFShdrs()186 return typename ELFT::ShdrRange( in getELFShdrs()
51 Expected<typename ELFT::ShdrRange> SectionsOrErr = in findSectionByAddress()82 Expected<typename ELFT::ShdrRange> SectionsOrErr = Obj.sections(); in printUnwindInformation()
1857 typename ELFT::ShdrRange Sections = cantFail(Obj.sections()); in ELFDumper()
79 using ShdrRange = ArrayRef<Shdr>; member133 using Elf_Shdr_Range = typename ELFT::ShdrRange; \
404 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()787 Expected<typename ELFT::ShdrRange> ELFFile<ELFT>::sections() const { in sections()
355 using Elf_Shdr_Range = typename ELFT::ShdrRange;
4216 typename ELFT::ShdrRange Sections = cantFail(Obj.sections()); in getOutputSections()