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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 306 m_pGOTPLT (NULL) {
312 delete m_pGOTPLT;
334 m_pGOTPLT = new X86_32GOTPLT(gotplt);
339 *m_pGOTPLT,
368 assert(NULL != m_pGOTPLT);
369 return *m_pGOTPLT;
374 assert(NULL != m_pGOTPLT);
375 return *m_pGOTPLT;
396 m_pGOTPLT->hasGOT1() ||
398 m_pGOTPLT->finalizeSectionSize()
    [all...]
X86LDBackend.h 188 X86_32GOTPLT* m_pGOTPLT;
228 X86_64GOTPLT* m_pGOTPLT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 47 m_pGOTPLT(NULL),
282 assert(NULL != m_pGOTPLT);
283 return *m_pGOTPLT;
288 assert(NULL != m_pGOTPLT);
289 return *m_pGOTPLT;
310 m_pGOTPLT->hasGOT1() ||
312 m_pGOTPLT->finalizeSectionSize();
313 defineGOTSymbol(pBuilder, *(m_pGOTPLT->begin()));
372 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!")
    [all...]
HexagonLDBackend.h 180 HexagonGOTPLT* m_pGOTPLT;

Completed in 30 milliseconds