HomeSort by relevance Sort by last modified time
    Searched refs:HexagonGOT (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.cpp 1 //===- HexagonGOT.cpp -----------------------------------------------------===//
9 #include "HexagonGOT.h"
19 // HexagonGOT
21 HexagonGOT::HexagonGOT(LDSection& pSection)
26 HexagonGOT::~HexagonGOT()
30 HexagonGOTEntry* HexagonGOT::create()
HexagonGOT.h 1 //===- HexagonGOT.h -------------------------------------------------------===//
30 /** \class HexagonGOT
34 class HexagonGOT : public GOT
37 HexagonGOT(LDSection& pSection);
39 ~HexagonGOT();
HexagonGOTPLT.h 13 #include "HexagonGOT.h"
26 class HexagonGOTPLT : public HexagonGOT
HexagonLDBackend.h 13 #include "HexagonGOT.h"
40 HexagonGOT& getGOT();
42 const HexagonGOT& getGOT() const;
181 HexagonGOT* m_pGOT;
HexagonGOTPLT.cpp 24 : HexagonGOT(pSection)
HexagonLDBackend.cpp 239 HexagonGOT& HexagonLDBackend::getGOT()
245 const HexagonGOT& HexagonLDBackend::getGOT() const
339 for (HexagonGOT::iterator it = m_pGOT->begin(),
440 m_pGOT = new HexagonGOT(got);
    [all...]

Completed in 1597 milliseconds