Searched refs:OffsetLoc (Results 1 – 2 of 2) sorted by relevance
2612 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local2619 return Error(OffsetLoc, "expression is not a constant value"); in parseDirectiveReloc()2622 return Error(OffsetLoc, "expression is negative"); in parseDirectiveReloc()
9932 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local9935 Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw()9942 Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw()10068 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local10071 Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP()10078 Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()