Home
last modified time | relevance | path

Searched refs:HexagonGOT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOT.cpp21 HexagonGOT::HexagonGOT(LDSection& pSection) in HexagonGOT() function in HexagonGOT
26 HexagonGOT::~HexagonGOT() in ~HexagonGOT()
30 HexagonGOTEntry* HexagonGOT::create() in create()
DHexagonGOT.h34 class HexagonGOT : public GOT
37 HexagonGOT(LDSection& pSection);
39 ~HexagonGOT();
DHexagonLDBackend.h40 HexagonGOT& getGOT();
42 const HexagonGOT& getGOT() const;
181 HexagonGOT* m_pGOT;
DHexagonGOTPLT.h26 class HexagonGOTPLT : public HexagonGOT
DHexagonGOTPLT.cpp24 : HexagonGOT(pSection) in HexagonGOTPLT()
DHexagonLDBackend.cpp239 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()