Searched refs:ValidateEndOfModule (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h301 bool ValidateEndOfModule(bool UpgradeDebugInfo);
H A DLLParser.cpp80 return ParseTopLevelEntities() || ValidateEndOfModule(UpgradeDebugInfo) ||
126 /// ValidateEndOfModule - Do final validity and sanity checks at the end of the
128 bool LLParser::ValidateEndOfModule(bool UpgradeDebugInfo) { function in class:LLParser

Completed in 164 milliseconds