LLVM API Documentation

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

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

int getIndex () const
unsigned char getTargetFlags () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

Definition at line 1323 of file SelectionDAGNodes.h.


Member Function Documentation

static bool llvm::JumpTableSDNode::classof ( const SDNode N) [inline, static]
int llvm::JumpTableSDNode::getIndex ( ) const [inline]
unsigned char llvm::JumpTableSDNode::getTargetFlags ( ) const [inline]

Definition at line 1334 of file SelectionDAGNodes.h.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1326 of file SelectionDAGNodes.h.


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