Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp717 CatchPadInst *CatchReturnInst::getCatchPad() const { in getCatchPad() function in llvm::sandboxir::CatchReturnInst
719 Ctx.getValue(cast<llvm::CatchReturnInst>(Val)->getCatchPad())); in getCatchPad()
724 .emplaceIfTracking<GenericSetter<&CatchReturnInst::getCatchPad, in setCatchPad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1182 IsUnreachableCatchret = CRI->getCatchPad() != CatchPad; in removeImplausibleInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4362 CatchPadInst *getCatchPad() const { return cast<CatchPadInst>(Op<0>()); }
4378 return getCatchPad()->getCatchSwitch()->getParentPad();
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1634 LLVM_ABI CatchPadInst *getCatchPad() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3322 pushValue(CRI.getCatchPad(), InstID, Vals); in writeInstruction()