Searched refs:MipsPLTA (Results 1 – 1 of 1) sorted by relevance
50 class MipsPLTA : public PLT::Entry<sizeof(PLTA)> { class52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {} in MipsPLTA() function in mcld::MipsPLTA87 MipsPLTA* plta = 0; in emit()89 plta = &(llvm::cast<MipsPLTA>(*it)); in emit()90 memcpy(buffer + result, plta->getValue(), MipsPLTA::EntrySize); in emit()91 result += MipsPLTA::EntrySize; in emit()97 return new MipsPLTA(*m_pSectionData); in create()