Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h475 bool ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp4951 case lltok::kw_cleanuppad: return ParseCleanupPad(Inst, PFS); in ParseInstruction()
5514 bool LLParser::ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCleanupPad() function in LLParser