Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp4999 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5008 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()
5022 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()
5554 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
5560 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
5563 if (check(Count < 0, CountLoc, "Count is negative") || in parseDirectiveRept()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp5034 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5043 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()
5057 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()
5595 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
5601 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
5604 if (check(Count < 0, CountLoc, "Count is negative") || in parseDirectiveRept()
DMasmParser.cpp6615 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRepeat() local
6621 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRepeat()
6624 if (check(Count < 0, CountLoc, "Count is negative") || in parseDirectiveRepeat()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4858 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
4865 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
4869 return Error(CountLoc, "Count is negative"); in parseDirectiveRept()