/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 458 SMLoc OffsetLoc; in ParseDirectiveSecRel32() local 460 OffsetLoc = getLexer().getLoc(); in ParseDirectiveSecRel32() 470 OffsetLoc, in ParseDirectiveSecRel32() 488 SMLoc OffsetLoc; in ParseDirectiveRVA() local 490 OffsetLoc = getLexer().getLoc(); in ParseDirectiveRVA() 497 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less " in ParseDirectiveRVA()
|
D | AsmParser.cpp | 2996 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local 3003 check(OffsetValue < 0, OffsetLoc, "expression is negative")) || in parseDirectiveReloc() 3006 OffsetLoc, "expected non-negative number or a label")) || in parseDirectiveReloc() 3237 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 3249 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg() 5939 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 5943 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
/external/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 | 3027 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local 3059 return Error(Err->first ? NameLoc : OffsetLoc, Err->second); in parseDirectiveReloc() 3263 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 3275 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg() 5980 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 5984 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
D | MasmParser.cpp | 4433 SMLoc OffsetLoc = Lexer.getLoc(); in parseDirectiveOrg() local 4445 getStreamer().emitValueToOffset(Offset, FillExpr, OffsetLoc); in parseDirectiveOrg() 7203 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data()); in parseMSInlineAsm() local 7207 return FusingAR.Loc == OffsetLoc && FusingAR.Len == OffsetLen && in parseMSInlineAsm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 817 bool onOffset(const MCExpr *Val, SMLoc OffsetLoc, StringRef ID, in onOffset() argument 831 OffsetOperatorLoc = OffsetLoc; in onOffset() 1477 SMLoc OffsetLoc = getTok().getLoc(); in ParseIntelNamedOperator() local 1486 SM.onOffset(Val, OffsetLoc, ID, Info, isParsingInlineAsm(), ErrMsg); in ParseIntelNamedOperator()
|
/external/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()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2612 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc() local 2619 return Error(OffsetLoc, "expression is not a constant value"); in parseDirectiveReloc() 2622 return Error(OffsetLoc, "expression is negative"); in parseDirectiveReloc()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 9932 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local 9935 Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw() 9942 Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw() 10068 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local 10071 Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP() 10078 Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 11376 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local 11381 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw() 11385 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw() 11465 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local 11468 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP() 11472 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
|
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 11675 SMLoc OffsetLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local 11680 return Error(OffsetLoc, "expected expression"); in parseDirectiveUnwindRaw() 11684 return Error(OffsetLoc, "offset must be a constant"); in parseDirectiveUnwindRaw() 11764 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseDirectiveMovSP() local 11767 return Error(OffsetLoc, "malformed offset expression"); in parseDirectiveMovSP() 11771 return Error(OffsetLoc, "offset must be an immediate constant"); in parseDirectiveMovSP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 5623 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseSwizzleOffset() local 5629 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 6416 SMLoc OffsetLoc = Parser.getTok().getLoc(); in parseSwizzleOffset() local 6422 Error(OffsetLoc, "expected a 16-bit offset"); in parseSwizzleOffset()
|