Home | History | Annotate | Download | only in LD

Lines Matching refs:Result

37   ResolveInfo* result = m_Table.getEntryFactory().produce(pName);
38 result->setIsSymbol(true);
39 result->setSource(pIsDyn);
40 result->setType(pType);
41 result->setDesc(pDesc);
42 result->setBinding(pBinding);
43 result->setVisibility(pVisibility);
44 result->setSize(pSize);
45 return result;
59 Resolver::Result& pResult)