Searched refs:MipsPLT (Results 1 - 5 of 5) 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
27 explicit MipsPLT(LDSection& pSection);
H A DMipsPLT.cpp1 //===- MipsPLT.cpp --------------------------------------------------------===//
13 #include "MipsPLT.h"
56 // MipsPLT
58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) { function in class:mcld::MipsPLT
62 void MipsPLT::finalizeSectionSize() {
74 bool MipsPLT::hasPLT1() const {
78 uint64_t MipsPLT::emit(MemoryRegion& pRegion) {
96 PLTEntryBase* MipsPLT::create() {
100 void MipsPLT
[all...]
H A DAndroid.mk13 MipsPLT.cpp \
H A DMipsLDBackend.h17 #include "MipsPLT.h"
97 MipsPLT& getPLT();
98 const MipsPLT& getPLT() const;
238 MipsPLT* m_pPLT; // .plt
H A DMipsLDBackend.cpp508 MipsPLT& MipsGNULDBackend::getPLT() {
513 const MipsPLT& MipsGNULDBackend::getPLT() const {
1278 m_pPLT = new MipsPLT(plt);
1323 m_pPLT = new MipsPLT(plt);

Completed in 286 milliseconds