Searched refs:ParseInvoke (Results 1 – 4 of 4) sorted by relevance
349 bool ParseInvoke(Instruction *&Inst, PerFunctionState &PFS);
2890 case lltok::kw_invoke: return ParseInvoke(Inst, PFS); in ParseInstruction()3170 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() function in LLParser
469 bool ParseInvoke(Instruction *&Inst, PerFunctionState &PFS);
4945 case lltok::kw_invoke: return ParseInvoke(Inst, PFS); in ParseInstruction()5243 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() function in LLParser