Searched refs:X86GOTPLT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp1 //===- X86GOTPLT.cpp ------------------------------------------------------===//
10 #include "X86GOTPLT.h"
26 // X86GOTPLT
28 X86GOTPLT::X86GOTPLT(LDSection& pSection, SectionData& pSectionData) function in class:mcld::X86GOTPLT
57 X86GOTPLT::~X86GOTPLT()
61 X86GOTPLT::iterator X86GOTPLT::begin()
66 X86GOTPLT
[all...]
H A DX86GOTPLT.h1 //===- X86GOTPLT.h --------------------------------------------------------===//
26 /** \class X86GOTPLT
29 class X86GOTPLT : public GOT class in namespace:mcld
38 X86GOTPLT(LDSection &pSection, SectionData& pSectionData);
40 ~X86GOTPLT();
H A DX86PLT.h19 class X86GOTPLT;
49 X86GOTPLT& pGOTPLT,
80 X86GOTPLT& m_GOTPLT;
H A DAndroid.mk8 X86GOTPLT.cpp \
H A DX86LDBackend.h14 #include "X86GOTPLT.h"
86 X86GOTPLT& getGOTPLT();
88 const X86GOTPLT& getGOTPLT() const;
230 X86GOTPLT* m_pGOTPLT;
H A DX86LDBackend.cpp125 m_pGOTPLT = new X86GOTPLT(gotplt, pLinker.getOrCreateSectData(gotplt));
583 for (X86GOTPLT::iterator it = m_pGOTPLT->begin(),
615 X86GOTPLT& X86GNULDBackend::getGOTPLT()
621 const X86GOTPLT& X86GNULDBackend::getGOTPLT() const
H A DX86PLT.cpp9 #include "X86GOTPLT.h"
64 X86GOTPLT &pGOTPLT,

Completed in 29 milliseconds