Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5119 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5124 if (parseTokenLoc(SkipLoc) || parseAbsoluteExpression(Skip)) in parseDirectiveIncbin()
5137 if (check(Skip < 0, SkipLoc, "skip is negative")) in parseDirectiveIncbin()