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