Searched refs:parseCatchPad (Results 1 – 2 of 2) sorted by relevance
639 bool parseCatchPad(Instruction *&Inst, PerFunctionState &PFS);
6453 return parseCatchPad(Inst, PFS); in parseInstruction()7075 bool LLParser::parseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchPad() function in LLParser