LLVM API Documentation

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

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

const BlockAddressgetBlockAddress () const
int64_t getOffset () const
unsigned char getTargetFlags () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

Definition at line 1706 of file SelectionDAGNodes.h.


Member Function Documentation

static bool llvm::BlockAddressSDNode::classof ( const SDNode N) [inline, static]

Definition at line 1717 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().

int64_t llvm::BlockAddressSDNode::getOffset ( ) const [inline]

Definition at line 1718 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().

Definition at line 1719 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1710 of file SelectionDAGNodes.h.


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