Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h359 bool parseModuleEntry(unsigned ID);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp939 result = parseModuleEntry(SummaryID); in parseSummaryEntry()
8120 bool LLParser::parseModuleEntry(unsigned ID) { in parseModuleEntry() function in LLParser