Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h462 bool ParseInvoke(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp4726 case lltok::kw_invoke: return ParseInvoke(Inst, PFS); in ParseInstruction()
5024 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() function in LLParser