Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5134 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5143 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()
5156 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()
5691 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
5697 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
5700 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRept()
H A DMasmParser.cpp6935 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRepeat() local
6941 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRepeat()
6944 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRepeat()