Home
last modified time | relevance | path

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

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