Searched refs:JSONELFDumper (Results 1 – 1 of 1) sorted by relevance
772 template <typename ELFT> class JSONELFDumper : public LLVMELFDumper<ELFT> { class776 JSONELFDumper(const object::ELFObjectFile<ELFT> &ObjF, ScopedPrinter &Writer) in JSONELFDumper() function in __anonbcadc77c0111::JSONELFDumper815 return std::make_unique<JSONELFDumper<ELFT>>(Obj, Writer); in createELFDumper()7448 void JSONELFDumper<ELFT>::printAuxillaryDynamicTableEntryInfo( in printAuxillaryDynamicTableEntryInfo()7491 template <class ELFT> void JSONELFDumper<ELFT>::printDynamicTable() { in printDynamicTable()8293 void JSONELFDumper<ELFT>::printFileSummary(StringRef FileStr, ObjectFile &Obj, in printFileSummary()8308 void JSONELFDumper<ELFT>::printZeroSymbolOtherField( in printZeroSymbolOtherField()8316 void JSONELFDumper<ELFT>::printDefaultRelRelaReloc(const Relocation<ELFT> &R, in printDefaultRelRelaReloc()8323 void JSONELFDumper<ELFT>::printRelocationSectionInfo(const Elf_Shdr &Sec, in printRelocationSectionInfo()8333 std::string JSONELFDumper<ELFT>::getGroupSectionHeaderName() const { in getGroupSectionHeaderName()[all …]