Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3336 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill() local
3371 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
4902 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDCB() local
4908 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDCB()
4939 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveRealDCB() local
4945 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveRealDCB()
4966 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDS() local
4973 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDS()