LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::rdf::Print< T > Struct Template Reference

#include "Target/Hexagon/RDFGraph.h"

Inheritance diagram for llvm::rdf::Print< T >:
Inheritance graph
[legend]
Collaboration diagram for llvm::rdf::Print< T >:
Collaboration graph
[legend]

Public Member Functions

 Print (const T &x, const DataFlowGraph &g)
 

Public Attributes

const TObj
 
const DataFlowGraphG
 

Detailed Description

template<typename T>
struct llvm::rdf::Print< T >

Definition at line 928 of file RDFGraph.h.

Constructor & Destructor Documentation

◆ Print()

template<typename T>
llvm::rdf::Print< T >::Print ( const T x,
const DataFlowGraph g 
)
inline

Definition at line 934 of file RDFGraph.h.

Member Data Documentation

◆ G

template<typename T>
const DataFlowGraph& llvm::rdf::Print< T >::G

Definition at line 937 of file RDFGraph.h.

Referenced by llvm::rdf::operator<<().

◆ Obj

template<typename T>
const T& llvm::rdf::Print< T >::Obj

Definition at line 936 of file RDFGraph.h.

Referenced by llvm::rdf::operator<<().


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