Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h466 bool ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp4730 case lltok::kw_catchswitch: return ParseCatchSwitch(Inst, PFS); in ParseInstruction()
5222 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch() function in LLParser