Lines Matching refs:HexagonPLT
1 //===- HexagonPLT.cpp -----------------------------------------------------===//
9 #include "HexagonPLT.h"
35 // HexagonPLT
37 HexagonPLT::HexagonPLT(LDSection& pSection,
56 HexagonPLT::~HexagonPLT()
60 PLTEntryBase* HexagonPLT::getPLT0() const
72 void HexagonPLT::finalizeSectionSize()
79 HexagonPLT::iterator it = begin();
96 bool HexagonPLT::hasPLT1() const
101 void HexagonPLT::reserveEntry(size_t pNum)
113 HexagonPLT1* HexagonPLT::consume()
122 void HexagonPLT::applyPLT0()
147 void HexagonPLT::applyPLT1() {
155 HexagonPLT::iterator it = m_SectionData->begin();
156 HexagonPLT::iterator ie = m_SectionData->end();
198 uint64_t HexagonPLT::emit(MemoryRegion& pRegion)
209 HexagonPLT::iterator ie = end();