Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOTPLT.cpp23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) : HexagonGOT(pSection) { in HexagonGOTPLT() function in mcld::HexagonGOTPLT
31 HexagonGOTPLT::~HexagonGOTPLT() { in ~HexagonGOTPLT()
35 bool HexagonGOTPLT::hasGOT1() const { in hasGOT1()
39 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0()
44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT) { in applyAllGOTPLT()
DHexagonGOTPLT.h26 class HexagonGOTPLT : public HexagonGOT {
28 explicit HexagonGOTPLT(LDSection& pSection);
30 ~HexagonGOTPLT();
DHexagonPLT.h63 HexagonGOTPLT& pGOTPLT,
84 HexagonGOTPLT& m_GOTPLT;
DHexagonLDBackend.h113 HexagonGOTPLT& getGOTPLT();
115 const HexagonGOTPLT& getGOTPLT() const;
175 HexagonGOTPLT* m_pGOTPLT;
DHexagonLDBackend.cpp268 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() { in getGOTPLT()
273 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const { in getGOTPLT()
361 for (HexagonGOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData()
413 m_pGOTPLT = new HexagonGOTPLT(gotplt); in initTargetSections()
DHexagonPLT.cpp36 HexagonGOTPLT& pGOTPLT, in HexagonPLT()