class DbgValueInst

Declaration

class DbgValueInst : public DbgVariableIntrinsic { /* full declaration omitted */ };

Description

This represents the llvm.dbg.value instruction.

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:352

Inherits from: DbgVariableIntrinsic

Member Variables

Inherited from CallBase:

protected Attrs
protected FTy
protected static CalledOperandOpEndIdx = -1

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasMetadata
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 32
public static MaximumAlignment = 1ULL << MaxAlignmentExponent

Method Overview

  • public static bool classof(const llvm::IntrinsicInst * I)
  • public static bool classof(const llvm::Value * V)
  • public llvm::Value * getValue(unsigned int OpIdx = 0) const
  • public iterator_range<llvm::DbgVariableIntrinsic::location_op_iterator> getValues() const

Inherited from DbgVariableIntrinsic:

Inherited from DbgInfoIntrinsic:

Inherited from IntrinsicInst:

Inherited from CallInst:

Inherited from CallBase:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

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

Description

@ {

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:365

Parameters

const llvm::IntrinsicInst* I

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

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:368

Parameters

const llvm::Value* V

llvm::Value* getValue(
    unsigned int OpIdx = 0) const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:356

Parameters

unsigned int OpIdx = 0

iterator_range<llvm::DbgVariableIntrinsic::
                   location_op_iterator>
getValues() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:359