Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ExprLoc

914     SMLoc ExprLoc = L;
922 return Error(ExprLoc, "literal value out of range (256) for falign");
926 return Error(ExprLoc, "not a valid expression for falign directive");
942 SMLoc ExprLoc = L;
951 return Error(ExprLoc, "literal value out of range for directive");
1374 SMLoc ExprLoc = Lexer.getLoc();
1439 HexagonOperand::CreateImm(Expr, ExprLoc, ExprLoc);