Home
last modified time | relevance | path

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

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