Searched refs:ParseCatchSwitch (Results 1 – 4 of 4) sorted by relevance
473 bool ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
4949 case lltok::kw_catchswitch: return ParseCatchSwitch(Inst, PFS); in ParseInstruction()5441 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch() function in LLParser
562 bool ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
5454 case lltok::kw_catchswitch: return ParseCatchSwitch(Inst, PFS); in ParseInstruction()5933 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch() function in LLParser