Searched refs:HexagonPLT (Results 1 – 6 of 6) sorted by relevance
35 HexagonPLT::HexagonPLT(LDSection& pSection, in HexagonPLT() function in mcld::HexagonPLT50 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()[all …]
60 class HexagonPLT : public PLT {62 HexagonPLT(LDSection& pSection,65 ~HexagonPLT();
17 class HexagonPLT; variable37 void applyAllGOTPLT(const HexagonPLT& pPLT);
43 HexagonPLT& getPLT();45 const HexagonPLT& getPLT() const;176 HexagonPLT* m_pPLT;
44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT) { in applyAllGOTPLT()
152 HexagonPLT::iterator it = m_pPLT->begin(); in emitSectionData()160 HexagonPLT::iterator ie = m_pPLT->end(); in emitSectionData()239 HexagonPLT& HexagonLDBackend::getPLT() { in getPLT()244 const HexagonPLT& HexagonLDBackend::getPLT() const { in getPLT()418 m_pPLT = new HexagonPLT(plt, *m_pGOTPLT, config()); in initTargetSections()