Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5096 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5105 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()
5118 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()
5650 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
5656 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
5659 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRept()
H A DMasmParser.cpp6983 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRepeat() local
6989 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRepeat()
6992 if (check(Count < 0, CountLoc, "Count is negative") || in parseDirectiveRepeat()