Home
last modified time | relevance | path

Searched refs:dumpNode (Results 1 – 13 of 13) sorted by relevance

/external/llvm/utils/yaml-bench/
DYAMLBench.cpp85 static void dumpNode( yaml::Node *n in dumpNode() function
106 dumpNode(i, Indent); in dumpNode()
117 dumpNode(i->getKey(), Indent, true); in dumpNode()
120 dumpNode(i->getValue(), Indent, true); in dumpNode()
139 dumpNode(n); in dumpStream()
/external/curl/docs/examples/
Dhtmltidy.c46 void dumpNode(TidyDoc doc, TidyNode tnod, int indent ) in dumpNode() function
73 dumpNode( doc, child, indent + 4 ); /* recursive */ in dumpNode()
109 dumpNode( tdoc, tidyGetRoot(tdoc), 0 ); /* walk the tree */ in main()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNode.java478 public String dumpNode(boolean recursive)
481 this.dumpNode(result, recursive, 0, 0);
702 private void dumpNode(StringBuffer result, boolean recursive, int indent, int index)
778 qualifier.dumpNode(result, recursive, indent + 2, i + 1);
794 child.dumpNode(result, recursive, indent + 1, i + 1);
DXMPMetaImpl.java1248 return getRoot().dumpNode(true);
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h115 void dumpNode(const SUnit *SU) const override;
DScheduleDAGSDNodes.cpp652 void ScheduleDAGSDNodes::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGSDNodes
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h239 void dumpNode(const SUnit *SU) const override;
DScheduleDAG.h595 virtual void dumpNode(const SUnit *SU) const = 0;
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp167 DEBUG(DAG->dumpNode(SU)); in getHazardType()
DScheduleDAG.cpp318 G->dumpNode(this); in dump()
DScheduleDAGInstrs.cpp1346 void ScheduleDAGInstrs::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGInstrs
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp184 DEBUG(DAG->dumpNode(SU)); in EmitInstruction()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java790 public String dumpNode(int nodeHandle) in dumpNode() method in DTMDefaultBase