Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h639 bool parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6874 return parseCatchSwitch(Inst, PFS); in parseInstruction()
7461 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchSwitch() function in LLParser