HomeSort by relevance Sort by last modified time
    Searched refs:HexagonPLT (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 17 class HexagonPLT;
38 void applyAllGOTPLT(const HexagonPLT& pPLT);
HexagonPLT.cpp 1 //===- HexagonPLT.cpp -----------------------------------------------------===//
9 #include "HexagonPLT.h"
35 // HexagonPLT
37 HexagonPLT::HexagonPLT(LDSection& pSection,
55 HexagonPLT::~HexagonPLT()
59 PLTEntryBase* HexagonPLT::getPLT0() const
71 void HexagonPLT::finalizeSectionSize()
78 HexagonPLT::iterator it = begin()
    [all...]
HexagonPLT.h 1 //===- HexagonPLT.h -------------------------------------------------------===//
51 // HexagonPLT Entry
60 // HexagonPLT
62 /** \class HexagonPLT
65 class HexagonPLT : public PLT
68 HexagonPLT(LDSection& pSection,
71 ~HexagonPLT();
HexagonLDBackend.h 14 #include "HexagonPLT.h"
44 HexagonPLT& getPLT();
46 const HexagonPLT& getPLT() const;
183 HexagonPLT* m_pPLT;
HexagonGOTPLT.cpp 10 #include "HexagonPLT.h"
49 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT)
HexagonLDBackend.cpp 159 HexagonPLT::iterator it = m_pPLT->begin();
167 HexagonPLT::iterator ie = m_pPLT->end();
251 HexagonPLT& HexagonLDBackend::getPLT()
257 const HexagonPLT& HexagonLDBackend::getPLT() const
448 m_pPLT = new HexagonPLT(plt,
    [all...]

Completed in 515 milliseconds