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