HomeSort by relevance Sort by last modified time
    Searched refs:getStubFactory (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 150 virtual StubFactory* getStubFactory() = 0;
GNULDBackend.h 311 /// getStubFactory
312 StubFactory* getStubFactory() { return m_pStubFactory; }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 610 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/lib/Target/Hexagon/
HexagonLDBackend.cpp 551 if (NULL != getStubFactory()) {
552 getStubFactory()->addPrototype
580 assert(NULL != getStubFactory() && NULL != getBRIslandFactory());
607 Stub* stub = getStubFactory()->create(*relocation, // relocation
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 698 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 74 milliseconds