LLVM API Documentation

Public Member Functions | Static Public Member Functions | Friends
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
unsigned char getTargetFlags () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

Definition at line 1743 of file SelectionDAGNodes.h.


Member Function Documentation

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

Definition at line 1754 of file SelectionDAGNodes.h.

References llvm::ARMBuildAttrs::Symbol.

Referenced by originalTypeIsF128().

Definition at line 1755 of file SelectionDAGNodes.h.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1747 of file SelectionDAGNodes.h.


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