Home | History | Annotate | Download | only in Mips

Lines Matching defs:got

33    : GOT::Entry<4>(pContent, pParent)
58 "Consumed too many local GOT entries");
66 "Consumed too many global GOT entries");
75 : GOT(pSection),
114 // Reserve entries in the second part of the primary GOT.
147 MipsGOTEntry* got = &(llvm::cast<MipsGOTEntry>((*it)));
148 *buffer = static_cast<uint32_t>(got->getValue());
149 result += got->size();
290 assert(m_CurrentGOTPart < m_MultipartList.size() && "GOT number is out of range!");
302 assert(m_CurrentGOTPart < m_MultipartList.size() && "GOT number is out of range!");
358 assert(!m_MultipartList.empty() && "GOT is empty!");