Searched refs:AArch64GOT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp1 //===- AArch64GOT.cpp -----------------------------------------------------===//
9 #include "AArch64GOT.h"
24 // AArch64GOT
25 AArch64GOT::AArch64GOT(LDSection& pSection) function in class:AArch64GOT
30 AArch64GOT::~AArch64GOT()
34 void AArch64GOT::createGOT0()
41 bool AArch64GOT::hasGOT1() const
46 AArch64GOTEntry* AArch64GOT
[all...]
H A DAArch64GOT.h1 //===- AArch64GOT.h -------------------------------------------------------===//
34 /** \class AArch64GOT
56 class AArch64GOT : public GOT class in namespace:mcld
59 AArch64GOT(LDSection &pSection);
61 ~AArch64GOT();
H A DAArch64LDBackend.h13 #include "AArch64GOT.h"
84 AArch64GOT& getGOT();
85 const AArch64GOT& getGOT() const;
87 AArch64GOT& getGOTPLT();
88 const AArch64GOT& getGOTPLT() const;
147 AArch64GOT* m_pGOT;
148 AArch64GOT* m_pGOTPLT;
H A DAArch64PLT.h40 class AArch64GOT;
60 AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT);
80 AArch64GOT& m_GOT;
H A DAndroid.mk8 AArch64GOT.cpp \
H A DAArch64LDBackend.cpp97 m_pGOT = new AArch64GOT(got);
109 m_pGOTPLT = new AArch64GOT(gotplt);
367 AArch64GOT& AArch64GNULDBackend::getGOT()
373 const AArch64GOT& AArch64GNULDBackend::getGOT() const
379 AArch64GOT& AArch64GNULDBackend::getGOTPLT()
385 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const
H A DAArch64PLT.cpp9 #include "AArch64GOT.h"
31 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT &pGOTPLT)

Completed in 101 milliseconds