HomeSort by relevance Sort by last modified time
    Searched defs:MipsGOT (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 1 //===- MipsGOT.cpp --------------------------------------------------------===//
17 #include "MipsGOT.h"
31 // MipsGOT::GOTMultipart
33 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global)
43 bool MipsGOT::GOTMultipart::isConsumed() const
49 void MipsGOT::GOTMultipart::consumeLocal()
57 void MipsGOT::GOTMultipart::consumeGlobal()
66 // MipsGOT::LocalEntry
68 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo,
76 bool MipsGOT::LocalEntry::operator<(const LocalEntry &O) cons
    [all...]
MipsGOT.h 1 //===- MipsGOT.h ----------------------------------------------------------===//
30 /** \class MipsGOT
33 class MipsGOT : public GOT
36 MipsGOT(LDSection& pSection);
202 class Mips32GOT : public MipsGOT
210 // MipsGOT
221 class Mips64GOT : public MipsGOT
229 // MipsGOT

Completed in 446 milliseconds