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

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 261 StubFactory* getStubFactory() { return m_pStubFactory; }
476 StubFactory* m_pStubFactory;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 561 if (NULL == m_pStubFactory) {
562 m_pStubFactory = new StubFactory();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 74 m_pStubFactory(NULL),
109 delete m_pStubFactory;
    [all...]

Completed in 59 milliseconds