Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h209 LLVM_ABI CatchSwitchInst *createCatchSwitchInst(llvm::CatchSwitchInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp578 CatchSwitchInst *Context::createCatchSwitchInst(llvm::CatchSwitchInst *I) { in createCatchSwitchInst() function in llvm::sandboxir::Context
H A DInstruction.cpp1049 return Ctx.createCatchSwitchInst(LLVMCSI); in create()