Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:ET

307 template <typename ET>
309 typedef typename object::ELFFile<ET>::Elf_Sym Elf_Sym;
310 typedef typename object::ELFFile<ET>::Elf_Shdr Elf_Shdr;
311 typedef typename object::ELFFile<ET>::Elf_Rel Elf_Rel;
312 typedef typename object::ELFFile<ET>::Elf_Word Elf_Word;
315 const object::ELFFile<ET> *ELF;
338 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> *ELF,
345 template <typename ET>
346 const size_t PrinterContext<ET>::IndexTableEntrySize = 8;
348 template <typename ET>
350 PrinterContext<ET>::FunctionAtAddress(unsigned Section,
370 template <typename ET>
371 const typename object::ELFFile<ET>::Elf_Shdr *
372 PrinterContext<ET>::FindExceptionTable(unsigned IndexSectionIndex,
394 typename object::ELFFile<ET>::Elf_Rela RelA;
411 template <typename ET>
412 void PrinterContext<ET>::PrintExceptionTable(const Elf_Shdr *IT,
472 template <typename ET>
473 void PrinterContext<ET>::PrintOpcodes(const uint8_t *Entry,
479 template <typename ET>
480 void PrinterContext<ET>::PrintIndexTable(unsigned SectionIndex,
546 template <typename ET>
547 void PrinterContext<ET>::PrintUnwindInformation() const {