Searched refs:HexagonGOT (Results 1 – 6 of 6) sorted by relevance
21 HexagonGOT::HexagonGOT(LDSection& pSection) : GOT(pSection) { in HexagonGOT() function in mcld::HexagonGOT24 HexagonGOT::~HexagonGOT() { in ~HexagonGOT()27 HexagonGOTEntry* HexagonGOT::create() { in create()
32 class HexagonGOT : public GOT {34 explicit HexagonGOT(LDSection& pSection);36 ~HexagonGOT();
39 HexagonGOT& getGOT();41 const HexagonGOT& getGOT() const;174 HexagonGOT* m_pGOT;
26 class HexagonGOTPLT : public HexagonGOT {
23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) : HexagonGOT(pSection) { in HexagonGOTPLT()
229 HexagonGOT& HexagonLDBackend::getGOT() { in getGOT()234 const HexagonGOT& HexagonLDBackend::getGOT() const { in getGOT()313 for (HexagonGOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie; in emitGOTSectionData()410 m_pGOT = new HexagonGOT(got); in initTargetSections()