Home | History | Annotate | Download | only in MCParser

Lines Matching refs:IDStr

836   StringRef IDStr;
837 if (getParser().parseIdentifier(IDStr))
841 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr);