Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:getLoc

1033   StartLoc = PercentTok.getLoc();
1083 return Error(IntTok.getLoc(), "expected stack index");
1093 default: return Error(IntTok.getLoc(), "invalid stack index");
1097 return Error(Parser.getTok().getLoc(), "expected ')'");
1275 return ErrorOperand(Tok.getLoc(), "Unexpected token!");
1285 SMLoc IdentLoc = Tok.getLoc();
1294 return ErrorOperand(Tok.getLoc(), "Unexpected identifier!");
1305 return ErrorOperand(Tok.getLoc(), "Unexpected identifier!");
1310 Tok.getLoc()));
1323 return ErrorOperand(Tok.getLoc(), "Unexpected token!");
1326 End = Tok.getLoc();
1337 SMLoc BracLoc = Tok.getLoc(), End = Tok.getEndLoc();
1342 SMLoc StartInBrac = Tok.getLoc();
1410 const char *EndPtr = Tok.getLoc().getPointer() + LineBuf.size();
1446 Tok.getLoc()));
1470 return ErrorOperand(Tok.getLoc(), "Unexpected token!");
1494 return ErrorOperand(Tok.getLoc(), "Non-constant offsets are not supported!");
1509 return ErrorOperand(Tok.getLoc(), "Unable to lookup field reference!");
1512 return ErrorOperand(Tok.getLoc(), "Unexpected token type!");
1530 SMLoc OffsetOfLoc = Tok.getLoc();
1535 SMLoc Start = Tok.getLoc(), End;
1566 SMLoc TypeLoc = Tok.getLoc();
1571 SMLoc Start = Tok.getLoc(), End;
1596 SMLoc Start = Tok.getLoc(), End;
1622 unsigned Len = Tok.getLoc().getPointer() - Start.getPointer();
1665 return ParseMemOperand(0, Parser.getTok().getLoc());
1687 SMLoc Start = Parser.getTok().getLoc(), End;
1724 SMLoc LParenLoc = Parser.getTok().getLoc();
1768 IndexLoc = Parser.getTok().getLoc();
1784 Error(Parser.getTok().getLoc(),
1791 SMLoc Loc = Parser.getTok().getLoc();
1810 SMLoc Loc = Parser.getTok().getLoc();
1824 Error(Parser.getTok().getLoc(), "unexpected token in memory operand");
1945 SMLoc Loc = Parser.getTok().getLoc();
1971 SMLoc Loc = getLexer().getLoc();
2468 return ParseDirectiveWord(2, DirectiveID.getLoc());
2470 return ParseDirectiveCode(IDVal, DirectiveID.getLoc());