Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h175 std::string NodeAttributes = DTraits.getNodeAttributes(Node, G); in writeNode() local
183 if (!NodeAttributes.empty()) O << NodeAttributes << ","; in writeNode()