Searched defs:findPrototype (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
83 Stub* prototype = findPrototype(pFragRef);
107 /// findPrototype - find if there is a registered stub prototype for the given
109 Stub* StubFactory::findPrototype(const Relocation& pReloc, function in class:mcld::StubFactory
120 Stub* StubFactory::findPrototype(const FragmentRef& pFragRef) const { function in class:mcld::StubFactory

Completed in 106 milliseconds