Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5145 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5154 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()
5167 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()
5698 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
5704 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
5707 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRept()
H A DMasmParser.cpp6936 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRepeat() local
6942 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRepeat()
6945 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRepeat()