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