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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp40 // MipsPLT0 Entry
42 class MipsPLT0 : public PLT::Entry<sizeof(PLT0)> { class in namespace:mcld
44 MipsPLT0(SectionData& pParent) : PLT::Entry<sizeof(PLT0)>(pParent) {} function in class:mcld::MipsPLT0
59 new MipsPLT0(*m_pSectionData);
84 memcpy(buffer, llvm::cast<MipsPLT0>((*it)).getValue(), MipsPLT0::EntrySize);
85 result += MipsPLT0::EntrySize;

Completed in 36 milliseconds