Home
last modified time | relevance | path

Searched refs:createCatchReturnInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h201 LLVM_ABI CatchReturnInst *createCatchReturnInst(llvm::CatchReturnInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp562 CatchReturnInst *Context::createCatchReturnInst(llvm::CatchReturnInst *I) { in createCatchReturnInst() function in llvm::sandboxir::Context
H A DInstruction.cpp714 return Ctx.createCatchReturnInst(LLVMI); in create()