Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h312 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory()
539 StubFactory* m_pStubFactory; variable
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp571 if (NULL == m_pStubFactory) { in initStubFactory()
572 m_pStubFactory = new StubFactory(); in initStubFactory()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp89 m_pStubFactory(NULL), in GNULDBackend()
129 delete m_pStubFactory; in ~GNULDBackend()
3042 if (NULL == m_pStubFactory) { in initStubFactory()
3043 m_pStubFactory = new StubFactory(); in initStubFactory()