class GlobalAddressSDNode

Declaration

class GlobalAddressSDNode : public SDNode { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1713

Inherits from: SDNode

Member Variables

Inherited from SDNode:

protected
public PersistentId

Method Overview

Inherited from SDNode:

Inherited from FoldingSetBase::Node:

Methods

static bool classof(const llvm::SDNode* N)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1731

Parameters

const llvm::SDNode* N

unsigned int getAddressSpace() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1729

const llvm::GlobalValue* getGlobal() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1725

int64_t getOffset() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1726

unsigned int getTargetFlags() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1727