Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3307 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill() local
3342 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
4843 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDCB() local
4849 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDCB()
4880 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveRealDCB() local
4886 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveRealDCB()
4907 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDS() local
4914 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDS()