Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5119 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5128 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()
5141 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()
5675 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
5681 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
5684 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRept()
H A DMasmParser.cpp6950 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRepeat() local
6956 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRepeat()
6959 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRepeat()