Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5145 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5150 if (parseTokenLoc(SkipLoc) || parseAbsoluteExpression(Skip)) in parseDirectiveIncbin()
5163 if (check(Skip < 0, SkipLoc, "skip is negative")) in parseDirectiveIncbin()