Lines Matching refs:Stub
888 // types of the floating point stub
889 // # Stub function to call rettype xxxx (params)
932 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
962 MCSymbolELF *Stub =
964 TS.emitDirectiveEnt(*Stub);
968 OutStreamer->EmitLabel(Stub);
1008 const MCSymbolRefExpr *E = MCSymbolRefExpr::create(Stub, OutContext);
1011 OutStreamer->emitELFSize(Stub, T_min_E);