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