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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp650 assert(getStubFactory() != NULL && getBRIslandFactory() != NULL);
690 Stub* stub = getStubFactory()->create(*relocation, // relocation
767 if (getStubFactory() != NULL) {
768 getStubFactory()->addPrototype(new ARMToARMStub(config().isCodeIndep()));
769 getStubFactory()->addPrototype(new ARMToTHMStub(config().isCodeIndep()));
770 getStubFactory()->addPrototype(
772 getStubFactory()->addPrototype(
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h162 virtual StubFactory* getStubFactory() = 0;
H A DGNULDBackend.h305 /// getStubFactory
306 StubFactory* getStubFactory() { return m_pStubFactory; } function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp521 if (getStubFactory() != NULL) {
522 getStubFactory()->addPrototype(
547 assert(getStubFactory() != NULL && getBRIslandFactory() != NULL);
574 Stub* stub = getStubFactory()->create(*relocation, // relocation
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp636 Stub* stub = getStubFactory()->create(
655 assert(getStubFactory() != NULL && getBRIslandFactory() != NULL);
721 if (getStubFactory() == NULL)
724 getStubFactory()->addPrototype(new MipsLA25Stub(*this));

Completed in 654 milliseconds