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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOT.cpp1 //===- HexagonGOT.cpp -----------------------------------------------------===//
9 #include "HexagonGOT.h"
19 // HexagonGOT
21 HexagonGOT::HexagonGOT(LDSection& pSection) function in class:HexagonGOT
26 HexagonGOT::~HexagonGOT()
30 void HexagonGOT::reserve(size_t pNum)
37 HexagonGOTEntry* HexagonGOT::consume()
H A DHexagonGOT.h1 //===- HexagonGOT.h -------------------------------------------------------===//
33 /** \class HexagonGOT
37 class HexagonGOT : public GOT class in namespace:mcld
40 HexagonGOT(LDSection& pSection);
42 ~HexagonGOT();

Completed in 90 milliseconds