Searched refs:getStubFactory (Results 1 – 4 of 4) sorted by relevance
518 assert(NULL != getStubFactory() && NULL != getBRIslandFactory()); in doRelax()559 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax()624 if (NULL != getStubFactory()) { in initTargetStubs()625 getStubFactory()->addPrototype(new ARMToARMStub(config().isCodeIndep())); in initTargetStubs()626 getStubFactory()->addPrototype(new ARMToTHMStub(config().isCodeIndep())); in initTargetStubs()627 getStubFactory()->addPrototype(new THMToTHMStub(config().isCodeIndep())); in initTargetStubs()628 getStubFactory()->addPrototype(new THMToARMStub(config().isCodeIndep())); in initTargetStubs()
139 virtual StubFactory* getStubFactory() = 0;
261 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory() function
543 if (NULL != getStubFactory()) { in initTargetStubs()544 getStubFactory()->addPrototype in initTargetStubs()570 assert(NULL != getStubFactory() && NULL != getBRIslandFactory()); in doRelax()597 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax()