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