Home
last modified time | relevance | path

Searched refs:findPrototype (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()
83 Stub* prototype = findPrototype(pFragRef); in create()
109 Stub* StubFactory::findPrototype(const Relocation& pReloc, in findPrototype() function in mcld::StubFactory
120 Stub* StubFactory::findPrototype(const FragmentRef& pFragRef) const { in findPrototype() function in mcld::StubFactory
/frameworks/compile/mclinker/include/mcld/LD/
DStubFactory.h48 Stub* findPrototype(const Relocation& pReloc,
52 Stub* findPrototype(const FragmentRef& pFragRef) const;