Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h232 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory()
469 StubFactory* m_pStubFactory; variable
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp68 m_pStubFactory(NULL), in GNULDBackend()
103 delete m_pStubFactory; in ~GNULDBackend()
2582 if (NULL == m_pStubFactory) { in initStubFactory()
2583 m_pStubFactory = new StubFactory(); in initStubFactory()