Searched defs:HexagonPLT (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
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 DHexagonPLT.cpp1 //===- HexagonPLT.cpp -----------------------------------------------------===//
9 #include "HexagonPLT.h"
35 // HexagonPLT
37 HexagonPLT::HexagonPLT(LDSection& pSection, function in class:HexagonPLT
55 HexagonPLT::~HexagonPLT()
59 PLTEntryBase* HexagonPLT::getPLT0() const
71 void HexagonPLT::finalizeSectionSize()
78 HexagonPLT
[all...]

Completed in 228 milliseconds