Home
last modified time | relevance | path

Searched refs:m_pBackend (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DLinker.cpp38 m_pBackend(NULL), in Linker()
82 m_pObjLinker = new ObjectLinker(*m_pConfig, *m_pBackend); in normalize()
311 delete m_pBackend; in reset()
312 m_pBackend = NULL; in reset()
343 m_pBackend = m_pTarget->createLDBackend(*m_pConfig); in initBackend()
344 if (m_pBackend == NULL) { in initBackend()
/frameworks/compile/mclinker/include/mcld/
DLinker.h76 TargetLDBackend* m_pBackend; variable