Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DStubFactory.h32 void addPrototype(Stub* pPrototype);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp768 getStubFactory()->addPrototype(new ARMToARMStub(config().isCodeIndep())); in initTargetStubs()
769 getStubFactory()->addPrototype(new ARMToTHMStub(config().isCodeIndep())); in initTargetStubs()
770 getStubFactory()->addPrototype( in initTargetStubs()
772 getStubFactory()->addPrototype( in initTargetStubs()
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp34 void StubFactory::addPrototype(Stub* pPrototype) { in addPrototype() function in mcld::StubFactory
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp724 getStubFactory()->addPrototype(new MipsLA25Stub(*this)); in initTargetStubs()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp522 getStubFactory()->addPrototype( in initTargetStubs()