Searched refs:ARMPLT (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp1 //===- ARMPLT.cpp -----------------------------------------------------------===//
10 #include "ARMPLT.h"
28 // ARMPLT
30 ARMPLT::ARMPLT(LDSection& pSection, ARMGOT &pGOTPLT) function in class:ARMPLT
35 ARMPLT::~ARMPLT()
39 bool ARMPLT::hasPLT1() const
44 void ARMPLT::finalizeSectionSize()
58 ARMPLT1* ARMPLT
[all...]
H A DARMPLT.h1 //===- ARMPLT.h -----------------------------------------------------===//
50 /** \class ARMPLT
53 class ARMPLT : public PLT class in namespace:mcld
56 ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT);
57 ~ARMPLT();
H A DARMLDBackend.h14 #include "ARMPLT.h"
97 ARMPLT& getPLT();
98 const ARMPLT& getPLT() const;
169 ARMPLT* m_pPLT;
H A DAndroid.mk12 ARMPLT.cpp \
H A DARMLDBackend.cpp115 m_pPLT = new ARMPLT(plt, *m_pGOT);
536 ARMPLT& ARMGNULDBackend::getPLT()
542 const ARMPLT& ARMGNULDBackend::getPLT() const

Completed in 256 milliseconds