Searched refs:MipsGOTParser (Results 1 – 1 of 1) sorted by relevance
207 template <class ELFT> class MipsGOTParser;296 virtual void printMipsGOT(const MipsGOTParser<ELFT> &Parser) = 0;297 virtual void printMipsPLT(const MipsGOTParser<ELFT> &Parser) = 0;652 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override;653 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override;701 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override;702 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override;2665 MipsGOTParser<ELFT> Parser(*this); in printArchSpecificInfo()2717 template <class ELFT> class MipsGOTParser { class2727 MipsGOTParser(const ELFDumper<ELFT> &D);[all …]