Home | History | Annotate | Download | only in AArch64

Lines Matching defs:AArch64PLT

1 //===- AArch64PLT.cpp -----------------------------------------------------===//
10 #include "AArch64PLT.h"
31 // AArch64PLT
33 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT)
38 AArch64PLT::~AArch64PLT() {
41 bool AArch64PLT::hasPLT1() const {
45 void AArch64PLT::finalizeSectionSize() {
58 AArch64PLT1* AArch64PLT::create() {
65 void AArch64PLT::applyPLT0() {
100 void AArch64PLT::applyPLT1() {
107 AArch64PLT::iterator it = m_pSectionData->begin();
108 AArch64PLT::iterator ie = m_pSectionData->end();
147 uint64_t AArch64PLT::emit(MemoryRegion& pRegion) {
159 AArch64PLT::iterator ie = end();