Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h385 bool parseModuleEntry(unsigned ID);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1113 result = parseModuleEntry(SummaryID); in parseSummaryEntry()
8734 bool LLParser::parseModuleEntry(unsigned ID) { in parseModuleEntry() function in LLParser