Home
last modified time | relevance | path

Searched refs:MipsPLT0 (Results 1 – 1 of 1) sorted by relevance

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