Home | History | Annotate | Download | only in MC

Lines Matching defs:Result

149   MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);
151 return Result;
264 MCSectionELF *Result = new (*this) MCSectionELF(Entry.getKey(), Type, Flags,
266 Entry.setValue(Result);
267 return Result;
271 MCSectionELF *Result =
274 return Result;
289 MCSectionCOFF *Result = new (*this) MCSectionCOFF(Entry.getKey(),
293 Entry.setValue(Result);
294 return Result;