Searched refs:HexagonGOTPLT (Results 1 – 6 of 6) sorted by relevance
23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) : HexagonGOT(pSection) { in HexagonGOTPLT() function in mcld::HexagonGOTPLT31 HexagonGOTPLT::~HexagonGOTPLT() { in ~HexagonGOTPLT()35 bool HexagonGOTPLT::hasGOT1() const { in hasGOT1()39 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0()44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT) { in applyAllGOTPLT()
26 class HexagonGOTPLT : public HexagonGOT {28 explicit HexagonGOTPLT(LDSection& pSection);30 ~HexagonGOTPLT();
63 HexagonGOTPLT& pGOTPLT,84 HexagonGOTPLT& m_GOTPLT;
113 HexagonGOTPLT& getGOTPLT();115 const HexagonGOTPLT& getGOTPLT() const;175 HexagonGOTPLT* m_pGOTPLT;
268 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() { in getGOTPLT()273 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const { in getGOTPLT()361 for (HexagonGOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData()413 m_pGOTPLT = new HexagonGOTPLT(gotplt); in initTargetSections()
36 HexagonGOTPLT& pGOTPLT, in HexagonPLT()