Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h638 bool parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6451 return parseCatchSwitch(Inst, PFS); in parseInstruction()
7026 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchSwitch() function in LLParser