Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h1134 void removeHandler() { in removeHandler() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2145 CatchSwitch->removeHandler(I); in markAliveBlocks()
H A DSimplifyCFG.cpp4223 CSI->removeHandler(I); in SimplifyUnreachable()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h4061 void removeHandler(handler_iterator HI);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp915 void CatchSwitchInst::removeHandler(handler_iterator HI) { in removeHandler() function in CatchSwitchInst