Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsignals.py49 def removeHandler(method=None): function
54 removeHandler()
H A D__init__.py66 installHandler, registerResult, removeResult, removeHandler
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_break.py233 unittest2.removeHandler()
237 unittest2.removeHandler()
244 @unittest2.removeHandler
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py161 self.logger.removeHandler(self._verbose_log_handler)
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2424 CatchSwitch->removeHandler(I); in markAliveBlocks()
H A DSimplifyCFG.cpp5042 CSI->removeHandler(I); in simplifyUnreachable()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h4426 void removeHandler(handler_iterator HI);
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp1197 void CatchSwitchInst::removeHandler(handler_iterator HI) { in removeHandler() function in CatchSwitchInst