Home
last modified time | relevance | path

Searched refs:removeHandler (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp231 LLVMCSI->removeHandler(LLVMCSI->handler_begin() + HandlerIdx); in revert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3188 CatchSwitch->removeHandler(I); in markAliveBlocks()
H A DSimplifyCFG.cpp5570 CSI->removeHandler(I); in simplifyUnreachable()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4236 LLVM_ABI void removeHandler(handler_iterator HI);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1140 void CatchSwitchInst::removeHandler(handler_iterator HI) { in removeHandler() function in CatchSwitchInst