Lines Matching refs:AArch64GOTEntry
35 new AArch64GOTEntry(0, m_SectionData); in createGOT0()
42 AArch64GOTEntry* AArch64GOT::createGOT() { in createGOT()
43 AArch64GOTEntry* entry = new AArch64GOTEntry(0, NULL); in createGOT()
48 AArch64GOTEntry* AArch64GOT::createGOTPLT() { in createGOTPLT()
49 AArch64GOTEntry* entry = new AArch64GOTEntry(0, NULL); in createGOTPLT()
69 AArch64GOTEntry* entry = *it; in finalizeSectionSize()
83 AArch64GOTEntry* entry = *it; in finalizeSectionSize()
97 llvm::cast<AArch64GOTEntry>(*(m_SectionData->getFragmentList().begin())) in applyGOT0()
113 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase); in applyGOTPLT()
121 AArch64GOTEntry* got = NULL; in emit()
124 got = &(llvm::cast<AArch64GOTEntry>((*it))); in emit()
126 result += AArch64GOTEntry::EntrySize; in emit()