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 1432 of file SelectionDAGNodes.h.


Member Function Documentation

static bool llvm::GlobalAddressSDNode::classof ( const SDNode N) [inline, static]
int64_t llvm::GlobalAddressSDNode::getOffset ( ) const [inline]

Definition at line 1444 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1436 of file SelectionDAGNodes.h.


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