Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp470 SMLoc OffsetLoc; in ParseDirectiveSecRel32() local
472 OffsetLoc = getLexer().getLoc(); in ParseDirectiveSecRel32()
482 OffsetLoc, in ParseDirectiveSecRel32()
500 SMLoc OffsetLoc; in ParseDirectiveRVA() local
502 OffsetLoc = getLexer().getLoc(); in ParseDirectiveRVA()
509 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less " in ParseDirectiveRVA()
H A DAsmParser.cpp3154 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local
3185 return Error(Err->first ? NameLoc : OffsetLoc, Err->second); in parseDirectiveReloc()
3382 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local
3394 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg()
6146 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local
6150 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
H A DMasmParser.cpp4695 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local
4706 getStreamer().emitValueToOffset(Offset, 0, OffsetLoc); in parseDirectiveOrg()
4712 return Error(OffsetLoc, in parseDirectiveOrg()
4716 OffsetLoc, in parseDirectiveOrg()
7550 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local
7554 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1040 bool onOffset(const MCExpr *Val, SMLoc OffsetLoc, StringRef ID, in onOffset() argument
1054 OffsetOperatorLoc = OffsetLoc; in onOffset()
1821 SMLoc OffsetLoc = getTok().getLoc(); in ParseIntelNamedOperator() local
1830 SM.onOffset(Val, OffsetLoc, ID, Info, isParsingMSInlineAsm(), ErrMsg); in ParseIntelNamedOperator()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11917 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11922 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw()
11926 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw()
12005 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local
12008 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP()
12012 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7524 SMLoc OffsetLoc = getLoc(); in parseSwizzleOffset() local
7530 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()