Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h344 bool parseBlockCount();
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp855 return parseBlockCount(); in skipModuleSummaryEntry()
918 result = parseBlockCount(); in parseSummaryEntry()
8386 bool LLParser::parseBlockCount() { in parseBlockCount() function in LLParser