Lines Matching defs:ExprLoc
2948 SMLoc ExprLoc = getTok().getLoc();
2977 return Error(ExprLoc, "expected identifier");
3184 SMLoc ExprLoc = Lexer.getLoc();
3190 return Error(ExprLoc, "expression must be relocatable");
3211 SMLoc ExprLoc = getLexer().getLoc();
3219 return Error(ExprLoc, "out of range literal value");
3222 getStreamer().emitValue(Value, Size, ExprLoc);
3233 SMLoc ExprLoc = Asm.getTok().getLoc();
3237 return Asm.Error(ExprLoc, "out of range literal value");
3362 SMLoc SizeLoc, ExprLoc;
3369 ExprLoc = getTok().getLoc();
3387 Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits");
4874 SMLoc ExprLoc = getLexer().getLoc();
4878 check(AlignSizePow2 < 0 || AlignSizePow2 > 30, ExprLoc,
4957 SMLoc ExprLoc = getLexer().getLoc();
4966 return Error(ExprLoc, "literal value out of range for directive");
4971 getStreamer().emitValue(Value, Size, ExprLoc);
5862 SMLoc ExprLoc = getLexer().getLoc();
5867 return Error(ExprLoc, "unexpected expression in _emit");
5870 return Error(ExprLoc, "literal value out of range for directive");
5878 SMLoc ExprLoc = getLexer().getLoc();
5883 return Error(ExprLoc, "unexpected expression in align");
5886 return Error(ExprLoc, "literal value not a power of two greater then zero");