class CatchReturnInst

Declaration

class CatchReturnInst : public Instruction { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/Instructions.h:4487

Inherits from: Instruction

Member Variables

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 29
public static MaximumAlignment = 1U << MaxAlignmentExponent

Method Overview

  • public static llvm::CatchReturnInst * Create(llvm::Value * CatchPad, llvm::BasicBlock * BB, llvm::Instruction * InsertBefore = nullptr)
  • public static llvm::CatchReturnInst * Create(llvm::Value * CatchPad, llvm::BasicBlock * BB, llvm::BasicBlock * InsertAtEnd)
  • public static bool classof(const llvm::Instruction * I)
  • public static bool classof(const llvm::Value * V)
  • protected llvm::CatchReturnInst * cloneImpl() const
  • public llvm::CatchPadInst * getCatchPad() const
  • public llvm::Value * getCatchSwitchParentPad() const
  • public unsigned int getNumSuccessors() const
  • public llvm::BasicBlock * getSuccessor() const
  • public void setCatchPad(llvm::CatchPadInst * CatchPad)
  • public void setSuccessor(llvm::BasicBlock * NewSucc)

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

static llvm::CatchReturnInst* Create(
    llvm::Value* CatchPad,
    llvm::BasicBlock* BB,
    llvm::Instruction* InsertBefore = nullptr)

Declared at: llvm/include/llvm/IR/Instructions.h:4501

Parameters

llvm::Value* CatchPad
llvm::BasicBlock* BB
llvm::Instruction* InsertBefore = nullptr

static llvm::CatchReturnInst* Create(
    llvm::Value* CatchPad,
    llvm::BasicBlock* BB,
    llvm::BasicBlock* InsertAtEnd)

Declared at: llvm/include/llvm/IR/Instructions.h:4508

Parameters

llvm::Value* CatchPad
llvm::BasicBlock* BB
llvm::BasicBlock* InsertAtEnd

static bool classof(const llvm::Instruction* I)

Declared at: llvm/include/llvm/IR/Instructions.h:4539

Parameters

const llvm::Instruction* I

static bool classof(const llvm::Value* V)

Declared at: llvm/include/llvm/IR/Instructions.h:4542

Parameters

const llvm::Value* V

llvm::CatchReturnInst* cloneImpl() const

Declared at: llvm/include/llvm/IR/Instructions.h:4498

llvm::CatchPadInst* getCatchPad() const

Description

Convenience accessors.

Declared at: llvm/include/llvm/IR/Instructions.h:4519

llvm::Value* getCatchSwitchParentPad() const

Description

Get the parentPad of this catchret's catchpad's catchswitch. The successor block is implicitly a member of this funclet.

Declared at: llvm/include/llvm/IR/Instructions.h:4534

unsigned int getNumSuccessors() const

Declared at: llvm/include/llvm/IR/Instructions.h:4530

llvm::BasicBlock* getSuccessor() const

Declared at: llvm/include/llvm/IR/Instructions.h:4525

void setCatchPad(llvm::CatchPadInst* CatchPad)

Declared at: llvm/include/llvm/IR/Instructions.h:4520

Parameters

llvm::CatchPadInst* CatchPad

void setSuccessor(llvm::BasicBlock* NewSucc)

Declared at: llvm/include/llvm/IR/Instructions.h:4526

Parameters

llvm::BasicBlock* NewSucc