Home
last modified time | relevance | path

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

/freebsd/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.cpp1919 typename ELFT::ShdrRange Sections = cantFail(Obj.sections()); in ELFDumper()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h208 template <typename ELFT> typename ELFT::ShdrRange getELFShdrs() const { in getELFShdrs()
209 return typename ELFT::ShdrRange( in getELFShdrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h81 using ShdrRange = ArrayRef<Shdr>; member
137 using Elf_Shdr_Range = typename ELFT::ShdrRange; \
H A DELF.h533 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
924 Expected<typename ELFT::ShdrRange> ELFFile<ELFT>::sections() const { in sections()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp356 using Elf_Shdr_Range = typename ELFT::ShdrRange;