Searched refs:ParseCleanupPad (Results 1 – 2 of 2) sorted by relevance
475 bool ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS);
4951 case lltok::kw_cleanuppad: return ParseCleanupPad(Inst, PFS); in ParseInstruction()5514 bool LLParser::ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCleanupPad() function in LLParser