Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SymbolID

469   StringRef SymbolID;
470 if (getParser().parseIdentifier(SymbolID))
490 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
499 StringRef SymbolID;
500 if (getParser().parseIdentifier(SymbolID))
517 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
529 StringRef SymbolID;
530 if (getParser().parseIdentifier(SymbolID))
536 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
544 StringRef SymbolID;
545 if (getParser().parseIdentifier(SymbolID))
551 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
559 StringRef SymbolID;
560 if (getParser().parseIdentifier(SymbolID))
566 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
622 StringRef SymbolID;
623 if (getParser().parseIdentifier(SymbolID))
629 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
655 StringRef SymbolID;
656 if (getParser().parseIdentifier(SymbolID))
673 MCSymbol *handler = getContext().getOrCreateSymbol(SymbolID);