Struct llvm_ir::instruction::VAArg [−][src]
pub struct VAArg {
pub arg_list: Operand,
pub cur_type: TypeRef,
pub dest: Name,
pub debugloc: Option<DebugLoc>,
}Expand description
Used to access variadic arguments passed to a function. See LLVM 12 docs on the ‘va_arg’ instruction
Fields
arg_list: Operandcur_type: TypeRefdest: Namedebugloc: 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
Auto Trait Implementations
impl RefUnwindSafe for VAArgimpl UnwindSafe for VAArgBlanket Implementations
Mutably borrows from an owned value. Read more