Searched refs:MipsGOTParser (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 313 template <class ELFT> class MipsGOTParser; 341 virtual void printMipsGOT(const MipsGOTParser<ELFT> &Parser) = 0; 342 virtual void printMipsPLT(const MipsGOTParser<ELFT> &Parser) = 0; 373 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override; 374 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override; 437 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override; 438 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override; 1990 template <class ELFT> class MipsGOTParser { class 1999 MipsGOTParser(const ELFO *Obj, Elf_Dyn_Range DynTable, Elf_Sym_Range DynSyms); 2043 MipsGOTParser<ELFT>::MipsGOTParser(const ELFO *Obj, Elf_Dyn_Range DynTable, in MipsGOTParser() function in MipsGOTParser [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1875 template <class ELFT> class MipsGOTParser { class 1885 MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj, 1918 MipsGOTParser<ELFT>::MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in MipsGOTParser() function in MipsGOTParser 1942 template <class ELFT> void MipsGOTParser<ELFT>::parseGOT() { in parseGOT() 2030 template <class ELFT> void MipsGOTParser<ELFT>::parsePLT() { in parsePLT() 2090 std::size_t MipsGOTParser<ELFT>::getGOTTotal(ArrayRef<uint8_t> GOT) const { in getGOTTotal() 2095 const typename MipsGOTParser<ELFT>::GOTEntry * 2096 MipsGOTParser<ELFT>::makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum) { in makeGOTIter() 2102 void MipsGOTParser<ELFT>::printGotEntry(uint64_t GotAddr, in printGotEntry() 2112 void MipsGOTParser<ELFT>::printGlobalGotEntry( in printGlobalGotEntry() [all …]
|