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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h21 class X86PLT;
41 void applyAllGOTPLT(const X86PLT& pPLT);
59 void applyAllGOTPLT(const X86PLT& pPLT);
H A DX86PLT.cpp1 //===- X86PLT.cpp ---------------------------------------------------------===//
10 #include "X86PLT.h"
55 // X86PLT
57 X86PLT::X86PLT(LDSection& pSection, function in class:X86PLT
98 X86PLT::~X86PLT()
102 void X86PLT::finalizeSectionSize()
109 X86PLT::iterator it = begin();
126 bool X86PLT
[all...]
H A DX86PLT.h1 //===- X86PLT.h -----------------------------------------------------------===//
103 // X86PLT
105 /** \class X86PLT
108 class X86PLT : public PLT class in namespace:mcld
111 X86PLT(LDSection& pSection,
114 ~X86PLT();
154 class X86_32PLT : public X86PLT
175 class X86_64PLT : public X86PLT
H A DAndroid.mk12 X86PLT.cpp \
H A DX86GOTPLT.cpp10 #include "X86PLT.h"
50 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)
94 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)
H A DX86LDBackend.h15 #include "X86PLT.h"
39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
135 X86PLT* m_pPLT;
H A DX86LDBackend.cpp178 X86PLT::iterator it = m_pPLT->begin();
186 X86PLT::iterator ie = m_pPLT->end();
212 X86PLT& X86GNULDBackend::getPLT()
218 const X86PLT& X86GNULDBackend::getPLT() const

Completed in 99 milliseconds