Home
last modified time | relevance | path

Searched refs:StubFactory (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp26 StubFactory::~StubFactory() in ~StubFactory()
34 void StubFactory::addPrototype(Stub* pPrototype) in addPrototype()
40 Stub* StubFactory::create(Relocation& pReloc, in create()
112 Stub* StubFactory::findPrototype(const Relocation& pReloc, in findPrototype()
DAndroid.mk43 StubFactory.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
DStubFactory.h29 class StubFactory
32 ~StubFactory();
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h40 class StubFactory; variable
161 virtual StubFactory* getStubFactory() = 0;
DGNULDBackend.h43 class StubFactory; variable
232 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory()
469 StubFactory* m_pStubFactory;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2583 m_pStubFactory = new StubFactory(); in initStubFactory()