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) : GOT(pSection) { function in class:mcld::HexagonGOT
24 HexagonGOT::~HexagonGOT() {
27 HexagonGOTEntry* HexagonGOT::create() {
H A DHexagonGOT.h1 //===- HexagonGOT.h -------------------------------------------------------===//
28 /** \class HexagonGOT
32 class HexagonGOT : public GOT { class in namespace:mcld
34 explicit HexagonGOT(LDSection& pSection);
36 ~HexagonGOT();

Completed in 219 milliseconds