Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h607 bool parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6291 return parseCleanupPad(Inst, PFS); in parseInstruction()
6918 bool LLParser::parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupPad() function in LLParser