Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3141 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill() local
3177 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
4592 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDCB() local
4598 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDCB()
4634 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveRealDCB() local
4640 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveRealDCB()
4666 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDS() local
4672 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDS()