Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h344 bool parseBlockCount();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp850 return parseBlockCount(); in skipModuleSummaryEntry()
913 result = parseBlockCount(); in parseSummaryEntry()
8551 bool LLParser::parseBlockCount() { in parseBlockCount() function in LLParser