Searched refs:X86_64GOT (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp36 // X86_64GOT
38 X86_64GOT::X86_64GOT(LDSection& pSection) function in class:X86_64GOT
43 X86_64GOT::~X86_64GOT()
47 X86_64GOTEntry* X86_64GOT::create()
H A DX86GOT.h55 /** \class X86_64GOT
59 class X86_64GOT : public GOT class in namespace:mcld
62 X86_64GOT(LDSection& pSection);
64 ~X86_64GOT();
H A DX86GOTPLT.h44 class X86_64GOTPLT : public X86_64GOT
H A DX86LDBackend.h213 X86_64GOT& getGOT();
215 const X86_64GOT& getGOT() const;
239 X86_64GOT* m_pGOT;
H A DX86GOTPLT.cpp64 : X86_64GOT(pSection)
H A DX86LDBackend.cpp573 X86_64GOT& X86_64GNULDBackend::getGOT()
579 const X86_64GOT& X86_64GNULDBackend::getGOT() const
671 m_pGOT = new X86_64GOT(got);
719 for (X86_64GOT::iterator it = m_pGOT->begin(),

Completed in 52 milliseconds