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

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp23 const ResolveInfo& __restrict__ pNew,
60 unsigned int row = getOrdinate(pNew);
79 old->overrideVisibility(pNew);
90 old->override(pNew);
96 old->override(pNew);
104 old->overrideVisibility(pNew);
122 old->override(pNew);
127 if (old->size() < pNew.size())
128 old->setSize(pNew.size());
129 old->overrideAttributes(pNew);
22 resolve(ResolveInfo& __restrict__ pOld, const ResolveInfo& __restrict__ pNew, bool& pOverride, LDSymbol::ValueType pValue) const argument
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h48 /// shouldOverride - Can resolver override the symbol pOld by the symbol pNew?
51 /// @param pNew the symbol which is used to replace pOld
53 const ResolveInfo& __restrict__ pNew,
63 const ResolveInfo& __restrict__ pNew,
60 resolveAgain(NamePool& pNamePool, unsigned int pAction, ResolveInfo& __restrict__ pOld, const ResolveInfo& __restrict__ pNew, Result& pResult) const argument
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactoryListTraits.h44 static void noteHead(DataType* pNew, DataType* pSentinel) {} argument

Completed in 59 milliseconds