Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp27 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()
DAndroid.mk47 StubFactory.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
DStubFactory.h28 class StubFactory {
30 ~StubFactory();
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h43 class StubFactory; variable
162 virtual StubFactory* getStubFactory() = 0;
DGNULDBackend.h42 class StubFactory; variable
309 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory()
531 StubFactory* m_pStubFactory;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp508 StubFactory* factory = getStubFactory(); in initTargetStubs()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp540 m_pStubFactory = new StubFactory(); in initStubFactory()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2907 m_pStubFactory = new StubFactory(); in initStubFactory()