Home
last modified time | relevance | path

Searched refs:getStubFactory (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp518 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()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h139 virtual StubFactory* getStubFactory() = 0;
DGNULDBackend.h261 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory() function
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp543 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()