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.h389 bool parseModuleEntry(unsigned ID);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1103 result = parseModuleEntry(SummaryID); in parseSummaryEntry()
9061 bool LLParser::parseModuleEntry(unsigned ID) { in parseModuleEntry() function in LLParser