Struct llvm_ir::instruction::CleanupPad [−][src]
pub struct CleanupPad { pub parent_pad: Operand, pub args: Vec<Operand>, pub dest: Name, pub debugloc: Option<DebugLoc>, }
Expand description
Used for exception handling. See LLVM 12 docs on the ‘cleanuppad’ instruction
Fields
parent_pad: Operand
args: Vec<Operand>
dest: Name
debugloc: Option<DebugLoc>
Trait Implementations
Performs the conversion.
Returns the DebugLoc
associated with the given Instruction
,
Terminator
, GlobalVariable
, or Function
; or None
if it doesn’t
have a DebugLoc
. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CleanupPad
impl Send for CleanupPad
impl Sync for CleanupPad
impl Unpin for CleanupPad
impl UnwindSafe for CleanupPad
Blanket Implementations
Mutably borrows from an owned value. Read more