Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h571 bool parseInvoke(Instruction *&Inst, PerFunctionState &PFS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6171 return parseInvoke(Inst, PFS); in parseInstruction()
6541 bool LLParser::parseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in parseInvoke() function in LLParser