Lines Matching refs:HexagonPLT
35 HexagonPLT::HexagonPLT(LDSection& pSection, in HexagonPLT() function in mcld::HexagonPLT
50 HexagonPLT::~HexagonPLT() { in ~HexagonPLT()
53 PLTEntryBase* HexagonPLT::getPLT0() const { in getPLT0()
64 void HexagonPLT::finalizeSectionSize() { in finalizeSectionSize()
70 HexagonPLT::iterator it = begin(); in finalizeSectionSize()
87 bool HexagonPLT::hasPLT1() const { in hasPLT1()
91 HexagonPLT1* HexagonPLT::create() { in create()
95 void HexagonPLT::applyPLT0() { in applyPLT0()
119 void HexagonPLT::applyPLT1() { in applyPLT1()
126 HexagonPLT::iterator it = m_pSectionData->begin(); in applyPLT1()
127 HexagonPLT::iterator ie = m_pSectionData->end(); in applyPLT1()
168 uint64_t HexagonPLT::emit(MemoryRegion& pRegion) { in emit()
180 HexagonPLT::iterator ie = end(); in emit()