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
29 AArch64GOTEntry(uint64_t pContent, SectionData* pParent) function in class:mcld::AArch64GOTEntry
68 AArch64GOTEntry* createGOT();
69 AArch64GOTEntry* createGOTPLT();
82 typedef std::vector<AArch64GOTEntry*> EntryListType;
87 AArch64GOTEntry* m_pGOTPLTFront;
88 AArch64GOTEntry* m_pGOTFront;

Completed in 39 milliseconds