Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGraphWriter.h168 std::string NodeAttributes = DTraits.getNodeAttributes(Node, G); in writeNode() local
171 if (!NodeAttributes.empty()) O << NodeAttributes << ","; in writeNode()