Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DStubFactory.h33 void addPrototype(Stub* pPrototype);
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp510 factory->addPrototype(new AArch64LongBranchStub(config().isCodeIndep())); in initTargetStubs()
512 factory->addPrototype(new AArch64CA53Erratum835769Stub()); in initTargetStubs()
515 factory->addPrototype(new AArch64CA53Erratum843419Stub()); in initTargetStubs()
516 factory->addPrototype(new AArch64CA53Erratum843419Stub2()); in initTargetStubs()
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp35 void StubFactory::addPrototype(Stub* pPrototype) { in addPrototype() function in mcld::StubFactory
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp963 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/Hexagon/
DHexagonLDBackend.cpp523 getStubFactory()->addPrototype( in initTargetStubs()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp894 getStubFactory()->addPrototype(new MipsLA25Stub(*this)); in initTargetStubs()