Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsPLT.cpp50 class MipsPLTA : public PLT::Entry<sizeof(PLTA)> { class
52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {} in MipsPLTA() function in mcld::MipsPLTA