Home
last modified time | relevance | path

Searched refs:AArch64PLT (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp33 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT) in AArch64PLT() function in mcld::AArch64PLT
38 AArch64PLT::~AArch64PLT() { in ~AArch64PLT()
41 bool AArch64PLT::hasPLT1() const { in hasPLT1()
45 void AArch64PLT::finalizeSectionSize() { in finalizeSectionSize()
58 AArch64PLT1* AArch64PLT::create() { in create()
65 void AArch64PLT::applyPLT0() { in applyPLT0()
100 void AArch64PLT::applyPLT1() { in applyPLT1()
107 AArch64PLT::iterator it = m_pSectionData->begin(); in applyPLT1()
108 AArch64PLT::iterator ie = m_pSectionData->end(); in applyPLT1()
147 uint64_t AArch64PLT::emit(MemoryRegion& pRegion) { in emit()
[all …]
DAArch64PLT.h51 class AArch64PLT : public PLT {
53 AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT);
54 ~AArch64PLT();
DAArch64LDBackend.h91 AArch64PLT& getPLT();
92 const AArch64PLT& getPLT() const;
154 AArch64PLT* m_pPLT;
DAndroid.bp16 "AArch64PLT.cpp",
DAArch64LDBackend.cpp112 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT); in initTargetSections()
560 AArch64PLT& AArch64GNULDBackend::getPLT() { in getPLT()
565 const AArch64PLT& AArch64GNULDBackend::getPLT() const { in getPLT()