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

  /frameworks/compile/mclinker/include/mcld/
Linker.h 83 TargetLDBackend* m_pBackend;
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 36 m_pTarget(NULL), m_pBackend(NULL), m_pObjLinker(NULL) {
83 m_pObjLinker = new ObjectLinker(*m_pConfig, *m_pBackend);
293 delete m_pBackend;
294 m_pBackend = NULL;
322 m_pBackend = m_pTarget->createLDBackend(*m_pConfig);
323 if (NULL == m_pBackend) {

Completed in 218 milliseconds