Home
last modified time | relevance | path

Searched refs:addStub (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp73 islands.first->addStub(prototype, pReloc, *stub); in create()
100 islands.first->addStub(*stub); in create()
DBranchIsland.cpp97 bool BranchIsland::addStub(const Stub* pPrototype, in addStub() function in mcld::BranchIsland
126 void BranchIsland::addStub(Stub& pStub) { in addStub() function in mcld::BranchIsland
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h94 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub);
96 void addStub(Stub& pStub);