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 HexagonGOTEntry* HexagonGOT::create()
H A DHexagonGOT.h1 //===- HexagonGOT.h -------------------------------------------------------===//
30 /** \class HexagonGOT
34 class HexagonGOT : public GOT class in namespace:mcld
37 HexagonGOT(LDSection& pSection);
39 ~HexagonGOT();

Completed in 208 milliseconds