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


Member Function Documentation

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

Definition at line 1541 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().

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

Definition at line 1542 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().

unsigned char llvm::BlockAddressSDNode::getTargetFlags ( ) const [inline]

Definition at line 1543 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1534 of file SelectionDAGNodes.h.


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