Searched refs:OffsetLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 474 SMLoc OffsetLoc; in ParseDirectiveSecRel32() local 476 OffsetLoc = getLexer().getLoc(); in ParseDirectiveSecRel32() 486 OffsetLoc, in ParseDirectiveSecRel32() 504 SMLoc OffsetLoc; in ParseDirectiveRVA() local 506 OffsetLoc = getLexer().getLoc(); in ParseDirectiveRVA() 513 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less " in ParseDirectiveRVA()
|
| H A D | AsmParser.cpp | 2946 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local 2953 check(OffsetValue < 0, OffsetLoc, "expression is negative")) || in parseDirectiveReloc() 2956 OffsetLoc, "expected non-negative number or a label")) || in parseDirectiveReloc() 3186 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 3198 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 10189 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local 10194 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw() 10198 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw() 10278 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local 10281 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP() 10285 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4449 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseSwizzleOffset() local 4455 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()
|