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

/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp59 stub = islands.second->findStub(prototype, pReloc);
67 stub = islands.first->findStub(prototype, pReloc);
H A DBranchIsland.cpp96 /// findStub - return true if there is a stub built from the given prototype
98 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) function in class:BranchIsland
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h90 /// findStub - return true if there is a stub built from the given prototype
92 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);

Completed in 206 milliseconds