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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 1 //===- HexagonGOTPLT.h ----------------------------------------------------===//
23 /** \class HexagonGOTPLT
26 class HexagonGOTPLT : public HexagonGOT
29 HexagonGOTPLT(LDSection &pSection);
31 ~HexagonGOTPLT();
HexagonGOTPLT.cpp 1 //===- HexagonGOTPLT.cpp ------------------------------------------------------===//
9 #include "HexagonGOTPLT.h"
21 // HexagonGOTPLT
23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection)
33 HexagonGOTPLT::~HexagonGOTPLT()
38 bool HexagonGOTPLT::hasGOT1() const
43 void HexagonGOTPLT::applyGOT0(uint64_t pAddress)
49 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT
    [all...]

Completed in 72 milliseconds