llvm::DbgVariableIntrinsic::isAddressOfVariable

Return true if this describes the address of a local variable.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

bool
isAddressOfVariable() const;

Description

True for dbg.declare, but not dbg.value, which describes its value, or dbg.assign, which describes a combination of the variable's value and address.

Return Value

True if this describes the address of a local variable.