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.h309 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory()
531 StubFactory* m_pStubFactory; variable
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp539 if (m_pStubFactory == NULL) { in initStubFactory()
540 m_pStubFactory = new StubFactory(); in initStubFactory()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp88 m_pStubFactory(NULL), in GNULDBackend()
127 delete m_pStubFactory; in ~GNULDBackend()
2906 if (m_pStubFactory == NULL) { in initStubFactory()
2907 m_pStubFactory = new StubFactory(); in initStubFactory()