LLVM 19.0.0git
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=nullptr)llvm::GraphWriter< GraphType >inline
getOStream()llvm::GraphWriter< GraphType >inline
GraphWriter(raw_ostream &o, const GraphType &g, bool SN)llvm::GraphWriter< GraphType >inline
isNodeHidden(NodeRef Node)llvm::GraphWriter< GraphType >inline
writeEdge(NodeRef Node, unsigned edgeidx, child_iterator EI)llvm::GraphWriter< GraphType >inline
writeFooter()llvm::GraphWriter< GraphType >inline
writeGraph(const std::string &Title="")llvm::GraphWriter< GraphType >inline
writeHeader(const std::string &Title)llvm::GraphWriter< GraphType >inline
writeNode(NodeRef Node)llvm::GraphWriter< GraphType >inline
writeNodes()llvm::GraphWriter< GraphType >inline