LLVM API Documentation

llvm::GraphWriter< GraphType > Member List

This is the complete list of members for llvm::GraphWriter< GraphType >, including all inherited members.

emitEdge(const void *SrcNodeID, int SrcNodePort, const void *DestNodeID, int DestNodePort, const std::string &Attrs)llvm::GraphWriter< GraphType > [inline]
emitSimpleNode(const void *ID, const std::string &Attr, const std::string &Label, unsigned NumEdgeSources=0, const std::vector< std::string > *EdgeSourceLabels=0)llvm::GraphWriter< GraphType > [inline]
GraphWriter(std::ostream &o, const GraphType &g)llvm::GraphWriter< GraphType > [inline]
writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI)llvm::GraphWriter< GraphType > [inline]
writeFooter()llvm::GraphWriter< GraphType > [inline]
writeHeader(const std::string &Name)llvm::GraphWriter< GraphType > [inline]
writeNode(NodeType *const *Node)llvm::GraphWriter< GraphType > [inline]
writeNode(NodeType *Node)llvm::GraphWriter< GraphType > [inline]
writeNodes()llvm::GraphWriter< GraphType > [inline]