Home
last modified time | relevance | path

Searched refs:NumValuesLoc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3192 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill() local
3228 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
4729 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDCB() local
4735 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDCB()
4771 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveRealDCB() local
4777 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveRealDCB()
4803 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDS() local
4809 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDS()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2831 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill() local
2877 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()