Searched refs:ParseInvoke (Results 1 – 2 of 2) sorted by relevance
462 bool ParseInvoke(Instruction *&Inst, PerFunctionState &PFS);
4726 case lltok::kw_invoke: return ParseInvoke(Inst, PFS); in ParseInstruction()5024 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() function in LLParser