Home
last modified time | relevance | path

Searched refs:ParseCatchSwitch (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.h573 bool ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
HDLLParser.cpp5715 case lltok::kw_catchswitch: return ParseCatchSwitch(Inst, PFS); in ParseInstruction()
6233 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch() function in LLParser