child_iterator typedef | llvm::GraphWriterBase< GraphType, Derived > | protected |
DOTTraits typedef | llvm::GraphWriterBase< GraphType, Derived > | protected |
DTraits | llvm::GraphWriterBase< GraphType, Derived > | protected |
emitEdge(const void *SrcNodeID, int SrcNodePort, const void *DestNodeID, int DestNodePort, const std::string &Attrs) | llvm::GraphWriterBase< GraphType, Derived > | inline |
emitSimpleNode(const void *ID, const std::string &Attr, const std::string &Label, unsigned NumEdgeSources=0, const std::vector< std::string > *EdgeSourceLabels=nullptr) | llvm::GraphWriterBase< GraphType, Derived > | inline |
G | llvm::GraphWriterBase< GraphType, Derived > | protected |
getDerived() | llvm::GraphWriterBase< GraphType, Derived > | inlineprotected |
getDerived() const | llvm::GraphWriterBase< GraphType, Derived > | inlineprotected |
getEdgeSourceLabels(raw_ostream &O, NodeRef Node) | llvm::GraphWriterBase< GraphType, Derived > | inlineprotected |
getOStream() | llvm::GraphWriterBase< GraphType, Derived > | inline |
GraphWriterBase(raw_ostream &o, const GraphType &g, bool SN) | llvm::GraphWriterBase< GraphType, Derived > | inline |
GTraits typedef | llvm::GraphWriterBase< GraphType, Derived > | protected |
isNodeHidden(NodeRef Node) | llvm::GraphWriterBase< GraphType, Derived > | inline |
node_iterator typedef | llvm::GraphWriterBase< GraphType, Derived > | protected |
NodeRef typedef | llvm::GraphWriterBase< GraphType, Derived > | protected |
O | llvm::GraphWriterBase< GraphType, Derived > | protected |
RenderUsingHTML | llvm::GraphWriterBase< GraphType, Derived > | protected |
writeEdge(NodeRef Node, unsigned edgeidx, child_iterator EI) | llvm::GraphWriterBase< GraphType, Derived > | inline |
writeFooter() | llvm::GraphWriterBase< GraphType, Derived > | inline |
writeGraph(const std::string &Title="") | llvm::GraphWriterBase< GraphType, Derived > | inline |
writeHeader(const std::string &Title) | llvm::GraphWriterBase< GraphType, Derived > | inline |
writeNode(NodeRef Node) | llvm::GraphWriterBase< GraphType, Derived > | inline |
writeNodes() | llvm::GraphWriterBase< GraphType, Derived > | inline |
~GraphWriterBase() | llvm::GraphWriterBase< GraphType, Derived > | inlinevirtual |