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.cpp5083 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5092 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()
5105 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()
5644 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
5650 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
5653 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRept()
H A DMasmParser.cpp5474 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRepeat() local
5480 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRepeat()
5483 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRepeat()