Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h635 bool parseResume(Instruction *&Inst, PerFunctionState &PFS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6445 return parseResume(Inst, PFS); in parseInstruction()
6933 bool LLParser::parseResume(Instruction *&Inst, PerFunctionState &PFS) { in parseResume() function in LLParser