Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h579 bool parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6007 return parseCleanupPad(Inst, PFS); in parseInstruction()
6625 bool LLParser::parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupPad() function in LLParser