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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.h22 /** \class X86_32GOTEntry
25 class X86_32GOTEntry : public GOT::Entry<4> class in namespace:mcld
28 X86_32GOTEntry(uint64_t pContent, SectionData* pParent) function in class:mcld::X86_32GOTEntry
46 X86_32GOTEntry* consume();
49 X86_32GOTEntry* m_pLast; ///< the last consumed entry

Completed in 20 milliseconds