Lines Matching refs:MipsGOTEntry
30 // MipsGOTEntry
32 MipsGOTEntry::MipsGOTEntry(uint64_t pContent, SectionData* pParent)
60 m_pLastLocal = llvm::cast<MipsGOTEntry>(m_pLastLocal->getNextNode());
68 m_pLastGlobal = llvm::cast<MipsGOTEntry>(m_pLastGlobal->getNextNode());
89 new MipsGOTEntry(0, m_SectionData);
108 it->m_pLastLocal = llvm::cast<MipsGOTEntry>(&m_SectionData->back());
110 it->m_pLastGlobal = llvm::cast<MipsGOTEntry>(&m_SectionData->back());
147 MipsGOTEntry* got = &(llvm::cast<MipsGOTEntry>((*it)));
196 return (gotCount * mcld::MipsGOTEntry::EntrySize) > MipsGOTSize;
288 MipsGOTEntry* MipsGOT::consumeLocal()
300 MipsGOTEntry* MipsGOT::consumeGlobal()
325 return addr() + gotSize * MipsGOTEntry::EntrySize + MipsGOTGpOffset;
329 const MipsGOTEntry& pEntry) const
335 void MipsGOT::recordEntry(const ResolveInfo* pInfo, MipsGOTEntry* pEntry)
343 MipsGOTEntry* MipsGOT::lookupEntry(const ResolveInfo* pInfo)