Home
last modified time | relevance | path

Searched refs:addHandler (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py108 self.logger.addHandler(handler)
132 self.logger.addHandler(self._verbose_log_handler)
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DSparsePropagation.cpp528 CatchSwitch->addHandler(Body); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1721 CatchSwitchLongjmp->addHandler(CatchLongjmpBB); in handleLongjmpableCallsForWasmSjLj()
1861 NewCSI->addHandler(*CSI->handler_begin()); in handleLongjmpableCallsForWasmSjLj()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp983 CatchSwitch->addHandler(Handler.Block); in emitCatchPadBlock()
1012 CatchSwitch->addHandler(WasmCatchStartBlock); in emitWasmCatchPadBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp748 NewCatchSwitch->addHandler(PadBB); in HandleInlinedEHPad()
H A DLocal.cpp2466 NewCatchSwitch->addHandler(PadBB); in removeUnwindEdge()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h4424 void addHandler(BasicBlock *Dest);
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp1189 void CatchSwitchInst::addHandler(BasicBlock *Handler) { in addHandler() function in CatchSwitchInst
H A DCore.cpp3282 unwrap<CatchSwitchInst>(CatchSwitch)->addHandler(unwrap(Dest)); in LLVMAddHandler()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5191 CatchSwitch->addHandler(Handler); in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6596 CatchSwitch->addHandler(DestBB); in parseCatchSwitch()