Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp207 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 { class
2727 MipsGOTParser(const ELFDumper<ELFT> &D);
[all …]