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) : GOT(pSection) { in HexagonGOT() function in mcld::HexagonGOT
24 HexagonGOT::~HexagonGOT() { in ~HexagonGOT()
27 HexagonGOTEntry* HexagonGOT::create() { in create()
DHexagonGOT.h32 class HexagonGOT : public GOT {
34 explicit HexagonGOT(LDSection& pSection);
36 ~HexagonGOT();
DHexagonLDBackend.h39 HexagonGOT& getGOT();
41 const HexagonGOT& getGOT() const;
174 HexagonGOT* m_pGOT;
DHexagonGOTPLT.h26 class HexagonGOTPLT : public HexagonGOT {
DHexagonGOTPLT.cpp23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) : HexagonGOT(pSection) { in HexagonGOTPLT()
DHexagonLDBackend.cpp229 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()