LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
MCSymbol * | getLabel () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1727 of file SelectionDAGNodes.h.
static bool llvm::EHLabelSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1738 of file SelectionDAGNodes.h.
References llvm::ISD::EH_LABEL, and llvm::SDNode::getOpcode().
MCSymbol* llvm::EHLabelSDNode::getLabel | ( | ) | const [inline] |
Definition at line 1736 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1730 of file SelectionDAGNodes.h.