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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h19 class X86PLT;
37 void applyAllGOTPLT(const X86PLT& pPLT);
54 void applyAllGOTPLT(const X86PLT& pPLT);
H A DX86PLT.cpp1 //===- X86PLT.cpp ---------------------------------------------------------===//
10 #include "X86PLT.h"
49 // X86PLT
51 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) function in class:mcld::X86PLT
84 X86PLT::~X86PLT() {
87 void X86PLT::finalizeSectionSize() {
93 X86PLT::iterator it = begin();
110 bool X86PLT
[all...]
H A DX86PLT.h1 //===- X86PLT.h -----------------------------------------------------------===//
93 // X86PLT
95 /** \class X86PLT
98 class X86PLT : public PLT { class in namespace:mcld
100 X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size);
101 ~X86PLT();
136 class X86_32PLT : public X86PLT {
156 class X86_64PLT : public X86PLT {
H A DAndroid.mk10 X86PLT.cpp \
H A DX86GOTPLT.cpp10 #include "X86PLT.h"
41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) {
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) {
H A DX86LDBackend.h15 #include "X86PLT.h"
39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
138 X86PLT* m_pPLT;
H A DX86LDBackend.cpp174 X86PLT::iterator it = m_pPLT->begin();
182 X86PLT::iterator ie = m_pPLT->end();
202 X86PLT& X86GNULDBackend::getPLT() {
207 const X86PLT& X86GNULDBackend::getPLT() const {

Completed in 140 milliseconds