Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:IdentLoc

1112       SMLoc IdentLoc = Tok.getLoc();
1114 if (TK != AsmToken::String && !ParseRegister(TmpReg, IdentLoc, End)) {