Lines Matching refs:AArch64PLT
33 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()
159 AArch64PLT::iterator ie = end(); in emit()