Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h349 bool ParseInvoke(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp2890 case lltok::kw_invoke: return ParseInvoke(Inst, PFS); in ParseInstruction()
3170 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h469 bool ParseInvoke(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp4945 case lltok::kw_invoke: return ParseInvoke(Inst, PFS); in ParseInstruction()
5243 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() function in LLParser