LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
const char * | getSymbol () const |
unsigned char | getTargetFlags () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1743 of file SelectionDAGNodes.h.
static bool llvm::ExternalSymbolSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1757 of file SelectionDAGNodes.h.
References llvm::ISD::ExternalSymbol, llvm::SDNode::getOpcode(), and llvm::ISD::TargetExternalSymbol.
const char* llvm::ExternalSymbolSDNode::getSymbol | ( | ) | const [inline] |
Definition at line 1754 of file SelectionDAGNodes.h.
References llvm::ARMBuildAttrs::Symbol.
Referenced by originalTypeIsF128().
unsigned char llvm::ExternalSymbolSDNode::getTargetFlags | ( | ) | const [inline] |
Definition at line 1755 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1747 of file SelectionDAGNodes.h.