Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp481 SMLoc OffsetLoc; in ParseDirectiveSecRel32() local
483 OffsetLoc = getLexer().getLoc(); in ParseDirectiveSecRel32()
493 OffsetLoc, in ParseDirectiveSecRel32()
511 SMLoc OffsetLoc; in ParseDirectiveRVA() local
513 OffsetLoc = getLexer().getLoc(); in ParseDirectiveRVA()
520 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less " in ParseDirectiveRVA()
H A DAsmParser.cpp3152 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local
3183 return Error(Err->first ? NameLoc : OffsetLoc, Err->second); in parseDirectiveReloc()
3380 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local
3392 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg()
6165 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local
6169 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
H A DMasmParser.cpp4664 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local
4675 getStreamer().emitValueToOffset(Offset, 0, OffsetLoc); in parseDirectiveOrg()
4681 return Error(OffsetLoc, in parseDirectiveOrg()
4685 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/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1055 bool onOffset(const MCExpr *Val, SMLoc OffsetLoc, StringRef ID, in onOffset() argument
1069 OffsetOperatorLoc = OffsetLoc; in onOffset()
1830 SMLoc OffsetLoc = getTok().getLoc(); in ParseIntelNamedOperator() local
1839 SM.onOffset(Val, OffsetLoc, ID, Info, isParsingMSInlineAsm(), ErrMsg); in ParseIntelNamedOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12331 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
12336 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw()
12340 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw()
12419 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local
12422 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP()
12426 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8102 SMLoc OffsetLoc = getLoc(); in parseSwizzleOffset() local
8108 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()