Home | History | Annotate | Download | only in X86

Lines Matching defs:X86PLT

1 //===- X86PLT.cpp ---------------------------------------------------------===//
10 #include "X86PLT.h"
55 // X86PLT
57 X86PLT::X86PLT(LDSection& pSection,
98 X86PLT::~X86PLT()
102 void X86PLT::finalizeSectionSize()
109 X86PLT::iterator it = begin();
126 bool X86PLT::hasPLT1() const
131 void X86PLT::reserveEntry(size_t pNum)
147 PLTEntryBase* X86PLT::consume()
156 PLTEntryBase* X86PLT::getPLT0() const
174 : X86PLT(pSection, pConfig, 32),
206 X86PLT::iterator it = m_SectionData->begin();
207 X86PLT::iterator ie = m_SectionData->end();
260 : X86PLT(pSection, pConfig, 64),
292 X86PLT::iterator it = m_SectionData->begin();
293 X86PLT::iterator ie = m_SectionData->end();