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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.h1 //===- HexagonGOTPLT.h ----------------------------------------------------===//
23 /** \class HexagonGOTPLT
26 class HexagonGOTPLT : public HexagonGOT class in namespace:mcld
29 HexagonGOTPLT(LDSection &pSection);
31 ~HexagonGOTPLT();
H A DHexagonGOTPLT.cpp1 //===- HexagonGOTPLT.cpp ------------------------------------------------------===//
9 #include "HexagonGOTPLT.h"
21 // HexagonGOTPLT
23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) function in class:mcld::HexagonGOTPLT
33 HexagonGOTPLT::~HexagonGOTPLT()
38 bool HexagonGOTPLT::hasGOT1() const
43 void HexagonGOTPLT::applyGOT0(uint64_t pAddress)
49 void HexagonGOTPLT
[all...]

Completed in 52 milliseconds