Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp466 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()
H A DAsmParser.cpp3116 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local
3147 return Error(Err->first ? NameLoc : OffsetLoc, Err->second); in parseDirectiveReloc()
3343 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local
3355 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg()
6088 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local
6092 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
H A DMasmParser.cpp4450 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local
4462 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg()
7221 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local
7225 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1025 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11844 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11849 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw()
11853 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw()
11933 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local
11936 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP()
11940 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6759 SMLoc OffsetLoc = getLoc(); in parseSwizzleOffset() local
6765 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()