Home
last modified time | relevance | path

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

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