Searched refs:getStubFactory (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp610 assert(NULL != getStubFactory() && NULL != getBRIslandFactory());
650 Stub* stub = getStubFactory()->create(*relocation, // relocation
724 if (NULL != getStubFactory()) {
725 getStubFactory()->addPrototype(new ARMToARMStub(config().isCodeIndep()));
726 getStubFactory()->addPrototype(new ARMToTHMStub(config().isCodeIndep()));
727 getStubFactory()->addPrototype(
729 getStubFactory()->addPrototype(
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h150 virtual StubFactory* getStubFactory() = 0;
H A DGNULDBackend.h311 /// getStubFactory
312 StubFactory* getStubFactory() { return m_pStubFactory; } function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp551 if (NULL != getStubFactory()) {
552 getStubFactory()->addPrototype
580 assert(NULL != getStubFactory() && NULL != getBRIslandFactory());
607 Stub* stub = getStubFactory()->create(*relocation, // relocation
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp698 getStubFactory()->create(pRel, sym_value, pBuilder, *getBRIslandFactory());
716 assert(NULL != getStubFactory() && NULL != getBRIslandFactory());
780 if (NULL == getStubFactory())
783 getStubFactory()->addPrototype(new MipsLA25Stub(*this));

Completed in 107 milliseconds