Searched refs:OffsetLoc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 463 SMLoc OffsetLoc; in ParseDirectiveSecRel32() local 465 OffsetLoc = getLexer().getLoc(); in ParseDirectiveSecRel32() 475 OffsetLoc, in ParseDirectiveSecRel32() 493 SMLoc OffsetLoc; in ParseDirectiveRVA() local 495 OffsetLoc = getLexer().getLoc(); in ParseDirectiveRVA() 502 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less " in ParseDirectiveRVA()
|
| H A D | AsmParser.cpp | 3153 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local 3184 return Error(Err->first ? NameLoc : OffsetLoc, Err->second); in parseDirectiveReloc() 3381 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 3393 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg() 6139 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 6143 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 4681 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 4692 getStreamer().emitValueToOffset(Offset, 0, OffsetLoc); in parseDirectiveOrg() 4698 return Error(OffsetLoc, in parseDirectiveOrg() 4702 OffsetLoc, in parseDirectiveOrg() 7533 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 7537 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1040 bool onOffset(const MCExpr *Val, SMLoc OffsetLoc, StringRef ID, in onOffset() argument 1054 OffsetOperatorLoc = OffsetLoc; in onOffset() 1820 SMLoc OffsetLoc = getTok().getLoc(); in ParseIntelNamedOperator() local 1829 SM.onOffset(Val, OffsetLoc, ID, Info, isParsingMSInlineAsm(), ErrMsg); in ParseIntelNamedOperator()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11888 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local 11893 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw() 11897 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw() 11976 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local 11979 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP() 11983 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 7389 SMLoc OffsetLoc = getLoc(); in parseSwizzleOffset() local 7395 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()
|