Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h640 bool parseCatchPad(Instruction *&Inst, PerFunctionState &PFS);
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6876 return parseCatchPad(Inst, PFS); in parseInstruction()
7510 bool LLParser::parseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchPad() function in LLParser