Lines Matching defs:SymbolID
476 StringRef SymbolID;
477 if (getParser().parseIdentifier(SymbolID))
497 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
506 StringRef SymbolID;
507 if (getParser().parseIdentifier(SymbolID))
524 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
536 StringRef SymbolID;
537 if (getParser().parseIdentifier(SymbolID))
543 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
551 StringRef SymbolID;
552 if (getParser().parseIdentifier(SymbolID))
558 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
566 StringRef SymbolID;
567 if (getParser().parseIdentifier(SymbolID))
573 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
629 StringRef SymbolID;
630 if (getParser().parseIdentifier(SymbolID))
636 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
668 StringRef SymbolID;
669 if (getParser().parseIdentifier(SymbolID))
686 MCSymbol *handler = getContext().getOrCreateSymbol(SymbolID);