Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h601 bool parseInvoke(Instruction *&Inst, PerFunctionState &PFS);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6279 return parseInvoke(Inst, PFS); in parseInstruction()
6670 bool LLParser::parseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in parseInvoke() function in LLParser