Home | History | Annotate | Download | only in ARM

Lines Matching defs:Label

778   MCSymbol *Label = Ctx.GetOrCreateSymbol(Twine(Prefix)
780 return Label;
886 // label, so just emit a local label end reference that instead.
909 // Emit a label for the jump table.
1349 // This is a pseudo op for a label + instruction sequence, which looks like:
1354 // Emit the label.
1370 // This is a pseudo op for a label + instruction sequence, which looks like:
1375 // Emit the label.
1400 // This is a pseudo op for a label + instruction sequence, which looks like:
1403 // The LCP0 label is referenced by a constant pool entry in order to get
1406 // Emit the label.
1614 MCSymbol *Label = GetARMSJLJEHLabel();
1651 const MCExpr *SymbolExpr = MCSymbolRefExpr::Create(Label, OutContext);
1666 OutStreamer.EmitLabel(Label);