Searched refs:OffsetLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 501 SMLoc OffsetLoc; in ParseDirectiveSecRel32() local 503 OffsetLoc = getLexer().getLoc(); in ParseDirectiveSecRel32() 513 OffsetLoc, in ParseDirectiveSecRel32() 531 SMLoc OffsetLoc; in ParseDirectiveRVA() local 533 OffsetLoc = getLexer().getLoc(); in ParseDirectiveRVA() 540 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less " in ParseDirectiveRVA()
|
| H A D | AsmParser.cpp | 3150 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local 3181 return Error(Err->first ? NameLoc : OffsetLoc, Err->second); in parseDirectiveReloc() 3378 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 3390 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg() 6160 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 6164 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 4663 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 4674 getStreamer().emitValueToOffset(Offset, 0, OffsetLoc); in parseDirectiveOrg() 4680 return Error(OffsetLoc, in parseDirectiveOrg() 4684 OffsetLoc, in parseDirectiveOrg() 7518 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 7522 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1047 bool onOffset(const MCExpr *Val, SMLoc OffsetLoc, StringRef ID, in onOffset() argument 1061 OffsetOperatorLoc = OffsetLoc; in onOffset() 1822 SMLoc OffsetLoc = getTok().getLoc(); in ParseIntelNamedOperator() local 1831 SM.onOffset(Val, OffsetLoc, ID, Info, isParsingMSInlineAsm(), ErrMsg); in ParseIntelNamedOperator()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 12072 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local 12077 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw() 12081 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw() 12160 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local 12163 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP() 12167 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 7831 SMLoc OffsetLoc = getLoc(); in parseSwizzleOffset() local 7837 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()
|