class GCRelocateInst

Declaration

class GCRelocateInst : public GCProjectionInst { /* full declaration omitted */ };

Description

Represents calls to the gc.relocate intrinsic.

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

Inherits from: GCProjectionInst

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

Inherited from GCProjectionInst:

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)

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

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V

llvm::Value* getBasePtr() const

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

unsigned int getBasePtrIndex() const

Description

The index into the associate statepoint's argument list which contains the base pointer of the pointer whose relocation this gc.relocate describes.

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

llvm::Value* getDerivedPtr() const

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

unsigned int getDerivedPtrIndex() const

Description

The index into the associate statepoint's argument list which contains the pointer whose relocation this gc.relocate describes.

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