Searched refs:HexagonGOT (Results 1 – 6 of 6) sorted by relevance
21 HexagonGOT::HexagonGOT(LDSection& pSection) in HexagonGOT() function in HexagonGOT26 HexagonGOT::~HexagonGOT() in ~HexagonGOT()30 HexagonGOTEntry* HexagonGOT::create() in create()
34 class HexagonGOT : public GOT37 HexagonGOT(LDSection& pSection);39 ~HexagonGOT();
40 HexagonGOT& getGOT();42 const HexagonGOT& getGOT() const;181 HexagonGOT* m_pGOT;
26 class HexagonGOTPLT : public HexagonGOT
24 : HexagonGOT(pSection) in HexagonGOTPLT()
239 HexagonGOT& HexagonLDBackend::getGOT() in getGOT()245 const HexagonGOT& HexagonLDBackend::getGOT() const in getGOT()339 for (HexagonGOT::iterator it = m_pGOT->begin(), in emitGOTSectionData()440 m_pGOT = new HexagonGOT(got); in initTargetSections()