Home
last modified time | relevance | path

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

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