Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h577 bool parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6003 return parseCatchSwitch(Inst, PFS); in parseInstruction()
6554 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchSwitch() function in LLParser