Searched refs:parseCatchSwitch (Results 1 – 2 of 2) sorted by relevance
642 bool parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
7174 return parseCatchSwitch(Inst, PFS); in parseInstruction()7775 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchSwitch() function in LLParser