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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 1 //===- HexagonPLT.h -------------------------------------------------------===//
33 // HexagonPLT Entry
48 // HexagonPLT
50 /** \class HexagonPLT
53 class HexagonPLT : public PLT
56 HexagonPLT(LDSection& pSection,
59 ~HexagonPLT();
HexagonPLT.cpp 1 //===- HexagonPLT.cpp -----------------------------------------------------===//
9 #include "HexagonPLT.h"
34 // HexagonPLT
36 HexagonPLT::HexagonPLT(LDSection& pSection,
62 HexagonPLT::~HexagonPLT()
66 PLTEntryBase* HexagonPLT::getPLT0() const
78 void HexagonPLT::finalizeSectionSize()
94 void HexagonPLT::reserveEntry(size_t pNum
    [all...]
HexagonLDBackend.h 14 #include "HexagonPLT.h"
40 HexagonPLT& getPLT();
42 const HexagonPLT& getPLT() const;
136 HexagonPLT* m_pPLT;
HexagonLDBackend.cpp 123 HexagonPLT& HexagonLDBackend::getPLT()
129 const HexagonPLT& HexagonLDBackend::getPLT() const
187 m_pPLT = new HexagonPLT(plt,

Completed in 207 milliseconds