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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 1 //===- HexagonGOTPLT.h ----------------------------------------------------===//
23 /** \class HexagonGOTPLT
26 class HexagonGOTPLT : public HexagonGOT {
28 explicit HexagonGOTPLT(LDSection& pSection);
30 ~HexagonGOTPLT();
HexagonGOTPLT.cpp 1 //===- HexagonGOTPLT.cpp --------------------------------------------------===//
9 #include "HexagonGOTPLT.h"
21 // HexagonGOTPLT
23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) : HexagonGOT(pSection) {
31 HexagonGOTPLT::~HexagonGOTPLT() {
35 bool HexagonGOTPLT::hasGOT1() const {
39 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) {
44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT)
    [all...]
HexagonPLT.h 13 #include "HexagonGOTPLT.h"
63 HexagonGOTPLT& pGOTPLT,
84 HexagonGOTPLT& m_GOTPLT;
HexagonLDBackend.h 15 #include "HexagonGOTPLT.h"
113 HexagonGOTPLT& getGOTPLT();
115 const HexagonGOTPLT& getGOTPLT() const;
175 HexagonGOTPLT* m_pGOTPLT;
HexagonLDBackend.cpp 269 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() {
274 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const {
362 for (HexagonGOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
414 m_pGOTPLT = new HexagonGOTPLT(gotplt);
    [all...]
HexagonPLT.cpp 36 HexagonGOTPLT& pGOTPLT,

Completed in 603 milliseconds