Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h199 LLVM_ABI CleanupPadInst *createCleanupPadInst(llvm::CleanupPadInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp558 CleanupPadInst *Context::createCleanupPadInst(llvm::CleanupPadInst *I) { in createCleanupPadInst() function in llvm::sandboxir::Context
H A DInstruction.cpp706 return Ctx.createCleanupPadInst(LLVMI); in create()