Home
last modified time | relevance | path

Searched refs:ShdrRange (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h51 Expected<typename ELFT::ShdrRange> SectionsOrErr = in findSectionByAddress()
82 Expected<typename ELFT::ShdrRange> SectionsOrErr = Obj.sections(); in printUnwindInformation()
H A DELFDumper.cpp1952 typename ELFT::ShdrRange Sections = cantFail(Obj.sections()); in ELFDumper()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h195 template <typename ELFT> typename ELFT::ShdrRange getELFShdrs() const { in getELFShdrs()
196 return typename ELFT::ShdrRange( in getELFShdrs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h79 using ShdrRange = ArrayRef<Shdr>; member
134 using Elf_Shdr_Range = typename ELFT::ShdrRange; \
H A DELF.h485 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
876 Expected<typename ELFT::ShdrRange> ELFFile<ELFT>::sections() const { in sections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp356 using Elf_Shdr_Range = typename ELFT::ShdrRange;