Home | History | Annotate | Download | only in Mips

Lines Matching defs:MipsPLT

1 //===- MipsPLT.cpp --------------------------------------------------------===//
13 #include "MipsPLT.h"
56 // MipsPLT
58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) {
62 void MipsPLT::finalizeSectionSize() {
74 bool MipsPLT::hasPLT1() const {
78 uint64_t MipsPLT::emit(MemoryRegion& pRegion) {
96 PLTEntryBase* MipsPLT::create() {
100 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) {