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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 40 m_pPLT(NULL),
68 delete m_pPLT;
92 if (m_pPLT->hasPLT1())
93 m_pPLT->finalizeSectionSize();
172 assert(m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
176 m_pPLT->applyPLT0();
177 m_pPLT->applyPLT1();
178 X86PLT::iterator it = m_pPLT->begin();
186 X86PLT::iterator ie = m_pPLT->end()
    [all...]
X86LDBackend.h 135 X86PLT* m_pPLT;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 52 m_pPLT(NULL),
68 delete m_pPLT;
103 m_pPLT = new ARMPLT(plt, *m_pGOT);
220 if (m_pPLT->hasPLT1())
221 m_pPLT->finalizeSectionSize();
248 // Since we already have the size of LDSection PLT, m_pPLT should not be
250 assert(NULL != m_pPLT);
251 m_pPLT->applyPLT0();
252 m_pPLT->applyPLT1();
376 assert(NULL != m_pPLT && "emitSectionData failed, m_pPLT is NULL!")
    [all...]
ARMLDBackend.h 156 ARMPLT* m_pPLT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 48 m_pPLT(NULL),
60 delete m_pPLT;
93 if (m_pPLT->hasPLT1())
94 m_pPLT->finalizeSectionSize();
147 assert(m_pPLT && "emitSectionData failed, m_pPLT is NULL!");
151 m_pPLT->applyPLT0();
152 m_pPLT->applyPLT1();
153 HexagonPLT::iterator it = m_pPLT->begin();
161 HexagonPLT::iterator ie = m_pPLT->end()
    [all...]
HexagonLDBackend.h 181 HexagonPLT* m_pPLT;

Completed in 209 milliseconds