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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.h1 //===- MipsPLT.h ----------------------------------------------------------===//
20 // MipsPLT
22 /** \class MipsPLT
25 class MipsPLT : public PLT class in namespace:mcld
28 MipsPLT(LDSection& pSection);
H A DMipsPLT.cpp1 //===- MipsPLT.cpp --------------------------------------------------------===//
13 #include "MipsPLT.h"
62 // MipsPLT
64 MipsPLT::MipsPLT(LDSection& pSection) function in class:mcld::MipsPLT
71 void MipsPLT::finalizeSectionSize()
85 bool MipsPLT::hasPLT1() const
90 uint64_t MipsPLT::emit(MemoryRegion& pRegion)
109 void MipsPLT::reserveEntry(size_t pNum)
119 Fragment* MipsPLT
[all...]

Completed in 46 milliseconds