Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp819 assert(getStubFactory() != NULL && getBRIslandFactory() != NULL); in doRelax()
859 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax()
962 if (getStubFactory() != NULL) { in initTargetStubs()
963 getStubFactory()->addPrototype(new ARMToARMStub(config().isCodeIndep())); in initTargetStubs()
964 getStubFactory()->addPrototype(new ARMToTHMStub(config().isCodeIndep())); in initTargetStubs()
965 getStubFactory()->addPrototype( in initTargetStubs()
967 getStubFactory()->addPrototype( in initTargetStubs()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp328 Stub* stub = getStubFactory()->create(*frag_ref, in scanErrata()
363 assert(getStubFactory() != NULL && getBRIslandFactory() != NULL); in doRelax()
406 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax()
508 StubFactory* factory = getStubFactory(); in initTargetStubs()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h162 virtual StubFactory* getStubFactory() = 0;
DGNULDBackend.h309 StubFactory* getStubFactory() { return m_pStubFactory; } in getStubFactory() function
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp522 if (getStubFactory() != NULL) { in initTargetStubs()
523 getStubFactory()->addPrototype( in initTargetStubs()
548 assert(getStubFactory() != NULL && getBRIslandFactory() != NULL); in doRelax()
575 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp776 Stub* stub = getStubFactory()->create( in relaxRelocation()
798 assert(getStubFactory() != NULL && getBRIslandFactory() != NULL); in doRelax()
891 if (getStubFactory() == NULL) in initTargetStubs()
894 getStubFactory()->addPrototype(new MipsLA25Stub(*this)); in initTargetStubs()