Searched refs:ParseCatchPad (Results 1 – 2 of 2) sorted by relevance
467 bool ParseCatchPad(Instruction *&Inst, PerFunctionState &PFS);
4731 case lltok::kw_catchpad: return ParseCatchPad(Inst, PFS); in ParseInstruction()5273 bool LLParser::ParseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchPad() function in LLParser