Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h342 bool parseTopLevelEntities();
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp94 return parseTopLevelEntities() || validateEndOfModule(UpgradeDebugInfo) || in Run()
535 bool LLParser::parseTopLevelEntities() { in parseTopLevelEntities() function in LLParser