Home | History | Annotate | Download | only in MCParser

Lines Matching refs:ExprLoc

2636     SMLoc ExprLoc = Lexer.getLoc();
2642 return Error(ExprLoc, "expression must be relocatable");
2662 SMLoc ExprLoc = getLexer().getLoc();
2671 return Error(ExprLoc, "literal value out of range for directive");
2674 getStreamer().EmitValue(Value, Size, ExprLoc);
2703 SMLoc ExprLoc = getLexer().getLoc();
2716 return Error(ExprLoc, "literal value out of range for directive");
2839 SMLoc SizeLoc, ExprLoc;
2854 ExprLoc = getLexer().getLoc();
2875 Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits");
4049 SMLoc ExprLoc = getLexer().getLoc();
4057 return Error(ExprLoc,
5002 SMLoc ExprLoc = getLexer().getLoc();
5007 return Error(ExprLoc, "unexpected expression in _emit");
5010 return Error(ExprLoc, "literal value out of range for directive");
5018 SMLoc ExprLoc = getLexer().getLoc();
5023 return Error(ExprLoc, "unexpected expression in align");
5026 return Error(ExprLoc, "literal value not a power of two greater then zero");