LLVM API Documentation

llvm::StringSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::StringSDNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

const std::string & getValue () const

Static Public Member Functions

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

Protected Member Functions

 StringSDNode (const std::string &val)

Friends

class SelectionDAG

Detailed Description

Definition at line 1082 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::StringSDNode::StringSDNode ( const std::string &  val  )  [inline, protected]

Definition at line 1086 of file SelectionDAGNodes.h.


Member Function Documentation

const std::string& llvm::StringSDNode::getValue (  )  const [inline]

Definition at line 1090 of file SelectionDAGNodes.h.

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

Definition at line 1091 of file SelectionDAGNodes.h.

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

Reimplemented from llvm::SDNode.

Definition at line 1092 of file SelectionDAGNodes.h.

References llvm::SDNode::getOpcode(), and llvm::ISD::STRING.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1085 of file SelectionDAGNodes.h.


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