Home
last modified time | relevance | path

Searched refs:ValidateEndOfModule (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.h260 bool ValidateEndOfModule();
H A DLLParser.cpp58 ValidateEndOfModule(); in Run()
105 bool LLParser::ValidateEndOfModule() { in ValidateEndOfModule() function in LLParser
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h309 bool ValidateEndOfModule();
H A DLLParser.cpp73 return ParseTopLevelEntities() || ValidateEndOfModule() || in Run()
121 bool LLParser::ValidateEndOfModule() { in ValidateEndOfModule() function in LLParser