Searched refs:StubFactory (Results 1 – 8 of 8) sorted by relevance
27 StubFactory::~StubFactory() { in ~StubFactory()35 void StubFactory::addPrototype(Stub* pPrototype) { in addPrototype()40 Stub* StubFactory::create(Relocation& pReloc, in create()80 Stub* StubFactory::create(FragmentRef& pFragRef, in create()109 Stub* StubFactory::findPrototype(const Relocation& pReloc, in findPrototype()120 Stub* StubFactory::findPrototype(const FragmentRef& pFragRef) const { in findPrototype()
47 StubFactory.cpp \
28 class StubFactory {30 ~StubFactory();
43 class StubFactory; variable162 virtual StubFactory* getStubFactory() = 0;
42 class StubFactory; variable309 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory()531 StubFactory* m_pStubFactory;
508 StubFactory* factory = getStubFactory(); in initTargetStubs()
540 m_pStubFactory = new StubFactory(); in initStubFactory()
2907 m_pStubFactory = new StubFactory(); in initStubFactory()