Home
last modified time | relevance | path

Searched refs:OffsetLoc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2612 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local
2619 return Error(OffsetLoc, "expression is not a constant value"); in parseDirectiveReloc()
2622 return Error(OffsetLoc, "expression is negative"); in parseDirectiveReloc()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9932 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
9935 Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw()
9942 Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw()
10068 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local
10071 Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP()
10078 Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()