Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h197 LLVM_ABI CatchPadInst *createCatchPadInst(llvm::CatchPadInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp554 CatchPadInst *Context::createCatchPadInst(llvm::CatchPadInst *I) { in createCatchPadInst() function in llvm::sandboxir::Context
H A DInstruction.cpp693 return Ctx.createCatchPadInst(LLVMI); in create()