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

/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp58 stub = islands.second->findStub(prototype, pReloc);
66 stub = islands.first->findStub(prototype, pReloc);
H A DBranchIsland.cpp84 /// findStub - return true if there is a stub built from the given prototype
86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) { function in class:mcld::BranchIsland
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h87 /// findStub - return true if there is a stub built from the given prototype
89 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);

Completed in 90 milliseconds