Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h389 bool parseBlockCount();
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1062 return parseBlockCount(); in skipModuleSummaryEntry()
1125 result = parseBlockCount(); in parseSummaryEntry()
9279 bool LLParser::parseBlockCount() { in parseBlockCount() function in LLParser