Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h463 bool ParseResume(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp4727 case lltok::kw_resume: return ParseResume(Inst, PFS); in ParseInstruction()
5129 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { in ParseResume() function in LLParser