Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp35 HexagonPLT::HexagonPLT(LDSection& pSection, in HexagonPLT() function in mcld::HexagonPLT
50 HexagonPLT::~HexagonPLT() { in ~HexagonPLT()
53 PLTEntryBase* HexagonPLT::getPLT0() const { in getPLT0()
64 void HexagonPLT::finalizeSectionSize() { in finalizeSectionSize()
70 HexagonPLT::iterator it = begin(); in finalizeSectionSize()
87 bool HexagonPLT::hasPLT1() const { in hasPLT1()
91 HexagonPLT1* HexagonPLT::create() { in create()
95 void HexagonPLT::applyPLT0() { in applyPLT0()
119 void HexagonPLT::applyPLT1() { in applyPLT1()
126 HexagonPLT::iterator it = m_pSectionData->begin(); in applyPLT1()
[all …]
DHexagonPLT.h60 class HexagonPLT : public PLT {
62 HexagonPLT(LDSection& pSection,
65 ~HexagonPLT();
DHexagonGOTPLT.h17 class HexagonPLT; variable
37 void applyAllGOTPLT(const HexagonPLT& pPLT);
DHexagonLDBackend.h43 HexagonPLT& getPLT();
45 const HexagonPLT& getPLT() const;
176 HexagonPLT* m_pPLT;
DHexagonGOTPLT.cpp44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT) { in applyAllGOTPLT()
DHexagonLDBackend.cpp152 HexagonPLT::iterator it = m_pPLT->begin(); in emitSectionData()
160 HexagonPLT::iterator ie = m_pPLT->end(); in emitSectionData()
239 HexagonPLT& HexagonLDBackend::getPLT() { in getPLT()
244 const HexagonPLT& HexagonLDBackend::getPLT() const { in getPLT()
418 m_pPLT = new HexagonPLT(plt, *m_pGOTPLT, config()); in initTargetSections()