Home
last modified time | relevance | path

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

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