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

/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp73 islands.first->addStub(prototype, pReloc, *stub);
100 islands.first->addStub(*stub);
H A DBranchIsland.cpp96 /// addStub - add a stub into the island
97 bool BranchIsland::addStub(const Stub* pPrototype, function in class:mcld::BranchIsland
126 void BranchIsland::addStub(Stub& pStub) { function in class:mcld::BranchIsland
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h93 /// addStub - add a stub into the island
94 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub);
96 void addStub(Stub& pStub);

Completed in 135 milliseconds