LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::ExternalSymbolSDNode:
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 |
Definition at line 1290 of file SelectionDAGNodes.h.
llvm::ExternalSymbolSDNode::ExternalSymbolSDNode | ( | bool | isTarget, | |
const char * | Sym, | |||
MVT::ValueType | VT | |||
) | [inline, protected] |
Definition at line 1294 of file SelectionDAGNodes.h.
const char* llvm::ExternalSymbolSDNode::getSymbol | ( | ) | const [inline] |
Definition at line 1300 of file SelectionDAGNodes.h.
static bool llvm::ExternalSymbolSDNode::classof | ( | const ExternalSymbolSDNode * | ) | [inline, static] |
Definition at line 1302 of file SelectionDAGNodes.h.
static bool llvm::ExternalSymbolSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1303 of file SelectionDAGNodes.h.
References llvm::ISD::ExternalSymbol, llvm::SDNode::getOpcode(), and llvm::ISD::TargetExternalSymbol.
friend class SelectionDAG [friend] |