Searched defs:AArch64GOTEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.h23 /** \class AArch64GOTEntry
26 class AArch64GOTEntry : public GOT::Entry<8> { class in namespace:mcld
28 AArch64GOTEntry(uint64_t pContent, SectionData* pParent) function in class:mcld::AArch64GOTEntry
65 AArch64GOTEntry* createGOT();
66 AArch64GOTEntry* createGOTPLT();
79 typedef std::vector<AArch64GOTEntry*> EntryListType;
84 AArch64GOTEntry* m_pGOTPLTFront;
85 AArch64GOTEntry* m_pGOTFront;

Completed in 57 milliseconds