Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py107 self.logger.addHandler(handler)
131 self.logger.addHandler(self._verbose_log_handler)
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1721 CatchSwitchLongjmp->addHandler(CatchLongjmpBB); in handleLongjmpableCallsForWasmSjLj()
1861 NewCSI->addHandler(*CSI->handler_begin()); in handleLongjmpableCallsForWasmSjLj()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp983 CatchSwitch->addHandler(Handler.Block); in emitCatchPadBlock()
1012 CatchSwitch->addHandler(WasmCatchStartBlock); in emitWasmCatchPadBlock()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp744 NewCatchSwitch->addHandler(PadBB); in HandleInlinedEHPad()
H A DLocal.cpp2572 NewCatchSwitch->addHandler(PadBB); in removeUnwindEdge()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h4458 void addHandler(BasicBlock *Dest);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp1292 void CatchSwitchInst::addHandler(BasicBlock *Handler) { in addHandler() function in CatchSwitchInst
H A DCore.cpp3244 unwrap<CatchSwitchInst>(CatchSwitch)->addHandler(unwrap(Dest)); in LLVMAddHandler()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5356 CatchSwitch->addHandler(Handler); in parseFunctionBody()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6889 CatchSwitch->addHandler(DestBB); in parseCatchSwitch()