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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.h21 class HexagonPLT;
42 void applyAllGOTPLT(const HexagonPLT& pPLT);
H A DHexagonPLT.cpp1 //===- HexagonPLT.cpp -----------------------------------------------------===//
9 #include "HexagonPLT.h"
35 // HexagonPLT
37 HexagonPLT::HexagonPLT(LDSection& pSection, function in class:HexagonPLT
56 HexagonPLT::~HexagonPLT()
60 PLTEntryBase* HexagonPLT::getPLT0() const
72 void HexagonPLT::finalizeSectionSize()
79 HexagonPLT
[all...]
H A DHexagonPLT.h1 //===- HexagonPLT.h -------------------------------------------------------===//
51 // HexagonPLT Entry
60 // HexagonPLT
62 /** \class HexagonPLT
65 class HexagonPLT : public PLT class in namespace:mcld
68 HexagonPLT(LDSection& pSection,
71 ~HexagonPLT();
H A DHexagonGOTPLT.cpp10 #include "HexagonPLT.h"
52 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT)
H A DHexagonLDBackend.h14 #include "HexagonPLT.h"
44 HexagonPLT& getPLT();
46 const HexagonPLT& getPLT() const;
181 HexagonPLT* m_pPLT;
H A DHexagonLDBackend.cpp153 HexagonPLT::iterator it = m_pPLT->begin();
161 HexagonPLT::iterator ie = m_pPLT->end();
244 HexagonPLT& HexagonLDBackend::getPLT()
250 const HexagonPLT& HexagonLDBackend::getPLT() const
440 m_pPLT = new HexagonPLT(plt,

Completed in 58 milliseconds