struct NodeAddr
Declaration
template <typename T>
struct NodeAddr { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:334
Templates
- T
Member Variables
- public T Addr = nullptr
- public llvm::rdf::NodeId Id = 0
Method Overview
- public NodeAddr<T>()
- public NodeAddr<T>(T A, llvm::rdf::NodeId I)
- public template <typename S> NodeAddr<T>(const NodeAddr<S> & NA)
Methods
¶NodeAddr<T>()
NodeAddr<T>()
Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:335
¶NodeAddr<T>(T A, llvm::rdf::NodeId I)
NodeAddr<T>(T A, llvm::rdf::NodeId I)
Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:336
Parameters
- T A
- llvm::rdf::NodeId I
¶template <typename S>
NodeAddr<T>(const NodeAddr<S>& NA)
template <typename S>
NodeAddr<T>(const NodeAddr<S>& NA)
Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:340
Templates
- S
Parameters
- const NodeAddr<S>& NA