Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4862 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
4867 if (parseTokenLoc(SkipLoc) || parseAbsoluteExpression(Skip)) in parseDirectiveIncbin()
4881 if (check(Skip < 0, SkipLoc, "skip is negative")) in parseDirectiveIncbin()