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.cpp500 SMLoc OffsetLoc; in parseDirectiveSecRel32() local
502 OffsetLoc = getLexer().getLoc(); in parseDirectiveSecRel32()
512 OffsetLoc, in parseDirectiveSecRel32()
528 SMLoc OffsetLoc; in parseDirectiveRVA() local
530 OffsetLoc = getLexer().getLoc(); in parseDirectiveRVA()
537 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less " in parseDirectiveRVA()
H A DAsmParser.cpp3097 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local
3128 return Error(Err->first ? NameLoc : OffsetLoc, Err->second); in parseDirectiveReloc()
3325 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local
3337 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg()
6101 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local
6105 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
H A DMasmParser.cpp4188 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local
4199 getStreamer().emitValueToOffset(Offset, 0, OffsetLoc); in parseDirectiveOrg()
4205 return Error(OffsetLoc, in parseDirectiveOrg()
4209 OffsetLoc, in parseDirectiveOrg()
6054 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local
6058 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1079 bool onOffset(const MCExpr *Val, SMLoc OffsetLoc, StringRef ID, in onOffset() argument
1093 OffsetOperatorLoc = OffsetLoc; in onOffset()
1851 SMLoc OffsetLoc = getTok().getLoc(); in ParseIntelNamedOperator() local
1860 SM.onOffset(Val, OffsetLoc, ID, Info, isParsingMSInlineAsm(), ErrMsg); in ParseIntelNamedOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12388 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
12393 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw()
12397 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw()
12476 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local
12479 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP()
12483 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8571 SMLoc OffsetLoc = getLoc(); in parseSwizzleOffset() local
8577 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()