Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h333 bool parseBlockCount();
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp823 return parseBlockCount(); in skipModuleSummaryEntry()
886 result = parseBlockCount(); in parseSummaryEntry()
8252 bool LLParser::parseBlockCount() { in parseBlockCount() function in LLParser