HomeSort by relevance Sort by last modified time
    Searched defs:HexagonGOT (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.cpp 1 //===- HexagonGOT.cpp -----------------------------------------------------===//
9 #include "HexagonGOT.h"
19 // HexagonGOT
21 HexagonGOT::HexagonGOT(LDSection& pSection) : GOT(pSection) {
24 HexagonGOT::~HexagonGOT() {
27 HexagonGOTEntry* HexagonGOT::create() {
HexagonGOT.h 1 //===- HexagonGOT.h -------------------------------------------------------===//
28 /** \class HexagonGOT
32 class HexagonGOT : public GOT {
34 explicit HexagonGOT(LDSection& pSection);
36 ~HexagonGOT();

Completed in 140 milliseconds