LLVM API Documentation

Public Member Functions | Static Public Member Functions | Friends
llvm::GlobalAddressSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::GlobalAddressSDNode:
Inheritance graph
[legend]
Collaboration diagram for llvm::GlobalAddressSDNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const GlobalValuegetGlobal () const
int64_t getOffset () const
unsigned char getTargetFlags () const
unsigned getAddressSpace () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

Definition at line 1222 of file SelectionDAGNodes.h.


Member Function Documentation

static bool llvm::GlobalAddressSDNode::classof ( const SDNode N) [inline, static]
unsigned GlobalAddressSDNode::getAddressSpace ( ) const
const GlobalValue* llvm::GlobalAddressSDNode::getGlobal ( ) const [inline]
int64_t llvm::GlobalAddressSDNode::getOffset ( ) const [inline]
unsigned char llvm::GlobalAddressSDNode::getTargetFlags ( ) const [inline]

Definition at line 1233 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1226 of file SelectionDAGNodes.h.


The documentation for this class was generated from the following files: