Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Syms

1967     std::vector<MCSymbol*> Syms = MMI->getAddrLabelSymbolToEmit(BB);
1969 for (unsigned i = 0, e = Syms.size(); i != e; ++i)
1970 OutStreamer.EmitLabel(Syms[i]);