Home | History | Annotate | Download | only in Mips

Lines Matching refs:Stub

910   // types of the floating point stub
911 // # Stub function to call rettype xxxx (params)
954 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
984 MCSymbolELF *Stub =
986 TS.emitDirectiveEnt(*Stub);
990 OutStreamer->EmitLabel(Stub);
1030 const MCSymbolRefExpr *E = MCSymbolRefExpr::create(Stub, OutContext);
1033 OutStreamer->emitELFSize(Stub, T_min_E);