LLVM API Documentation

llvm::ExternalSymbolSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::ExternalSymbolSDNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

const char * getSymbol () const

Static Public Member Functions

static bool classof (const ExternalSymbolSDNode *)
static bool classof (const SDNode *N)

Protected Member Functions

 ExternalSymbolSDNode (bool isTarget, const char *Sym, MVT::ValueType VT)

Friends

class SelectionDAG

Detailed Description

Definition at line 1249 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::ExternalSymbolSDNode::ExternalSymbolSDNode ( bool  isTarget,
const char *  Sym,
MVT::ValueType  VT 
) [inline, protected]

Definition at line 1253 of file SelectionDAGNodes.h.


Member Function Documentation

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

Reimplemented from llvm::SDNode.

Definition at line 1262 of file SelectionDAGNodes.h.

References llvm::ISD::ExternalSymbol, llvm::SDNode::getOpcode(), and llvm::ISD::TargetExternalSymbol.

static bool llvm::ExternalSymbolSDNode::classof ( const ExternalSymbolSDNode  )  [inline, static]

Definition at line 1261 of file SelectionDAGNodes.h.

const char* llvm::ExternalSymbolSDNode::getSymbol (  )  const [inline]

Definition at line 1259 of file SelectionDAGNodes.h.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1252 of file SelectionDAGNodes.h.


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