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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h1 //===- MipsGOTPLT.h -------------------------------------------------------===//
20 /** \class MipsGOTPLT
23 class MipsGOTPLT : public GOT { class in namespace:mcld
25 explicit MipsGOTPLT(LDSection& pSection);
H A DMipsGOTPLT.cpp1 //===- MipsGOTPLT.cpp -----------------------------------------------------===//
9 #include "MipsGOTPLT.h"
22 // MipsGOTPLT
24 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) : GOT(pSection) { function in class:mcld::MipsGOTPLT
30 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) {
42 Fragment* MipsGOTPLT::create() {
46 bool MipsGOTPLT::hasGOT1() const {
50 uint64_t MipsGOTPLT::getEntryAddr(size_t num) const {
54 void MipsGOTPLT
[all...]

Completed in 79 milliseconds