Searched defs:MipsPLTA (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp48 // MipsPLTA Entry
50 class MipsPLTA : public PLT::Entry<sizeof(PLTA)> { class in namespace:mcld
52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {} function in class:mcld::MipsPLTA
87 MipsPLTA* plta = 0;
89 plta = &(llvm::cast<MipsPLTA>(*it));
90 memcpy(buffer + result, plta->getValue(), MipsPLTA::EntrySize);
91 result += MipsPLTA::EntrySize;
97 return new MipsPLTA(*m_pSectionData);

Completed in 7 milliseconds