Searched refs:OffsetLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| D | COFFAsmParser.cpp | 466 SMLoc OffsetLoc; in ParseDirectiveSecRel32() local 468 OffsetLoc = getLexer().getLoc(); in ParseDirectiveSecRel32() 478 OffsetLoc, in ParseDirectiveSecRel32() 496 SMLoc OffsetLoc; in ParseDirectiveRVA() local 498 OffsetLoc = getLexer().getLoc(); in ParseDirectiveRVA() 505 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less " in ParseDirectiveRVA()
|
| D | AsmParser.cpp | 3123 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local 3154 return Error(Err->first ? NameLoc : OffsetLoc, Err->second); in parseDirectiveReloc() 3351 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 3363 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg() 6110 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 6114 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
| D | MasmParser.cpp | 4731 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 4742 getStreamer().emitValueToOffset(Offset, 0, OffsetLoc); in parseDirectiveOrg() 4748 return Error(OffsetLoc, in parseDirectiveOrg() 4752 OffsetLoc, in parseDirectiveOrg() 7568 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 7572 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParser.cpp | 1025 bool onOffset(const MCExpr *Val, SMLoc OffsetLoc, StringRef ID, in onOffset() argument 1039 OffsetOperatorLoc = OffsetLoc; in onOffset() 1802 SMLoc OffsetLoc = getTok().getLoc(); in ParseIntelNamedOperator() local 1811 SM.onOffset(Val, OffsetLoc, ID, Info, isParsingMSInlineAsm(), ErrMsg); in ParseIntelNamedOperator()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 11845 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local 11850 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw() 11854 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw() 11934 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local 11937 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP() 11941 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 6798 SMLoc OffsetLoc = getLoc(); in parseSwizzleOffset() local 6804 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()
|