HomeSort by: relevance | last modified time | path
    Searched refs:validateEndOfModule (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 298 bool validateEndOfModule(bool UpgradeDebugInfo);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 81 return parseTopLevelEntities() || validateEndOfModule(UpgradeDebugInfo) ||
127 /// validateEndOfModule - Do final validity and sanity checks at the end of the
129 bool LLParser::validateEndOfModule(bool UpgradeDebugInfo) {

Completed in 44 milliseconds