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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp19 // X86_32GOT
21 X86_32GOT::X86_32GOT(LDSection& pSection) function in class:X86_32GOT
26 X86_32GOT::~X86_32GOT()
30 void X86_32GOT::reserve(size_t pNum)
37 X86_32GOTEntry* X86_32GOT::consume()
H A DX86GOT.h33 /** \class X86_32GOT
37 class X86_32GOT : public GOT class in namespace:mcld
40 X86_32GOT(LDSection& pSection);
42 ~X86_32GOT();
H A DX86GOTPLT.h29 class X86_32GOTPLT : public X86_32GOT
H A DX86LDBackend.h164 X86_32GOT& getGOT();
166 const X86_32GOT& getGOT() const;
187 X86_32GOT* m_pGOT;
H A DX86GOTPLT.cpp24 : X86_32GOT(pSection)
H A DX86LDBackend.cpp330 m_pGOT = new X86_32GOT(got);
354 X86_32GOT& X86_32GNULDBackend::getGOT()
360 const X86_32GOT& X86_32GNULDBackend::getGOT() const
417 for (X86_32GOT::iterator it = m_pGOT->begin(),

Completed in 1307 milliseconds