Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h221 std::string edgeSourceLabels; in writeNode() local
222 raw_string_ostream EdgeSourceLabels(edgeSourceLabels); in writeNode()
231 O << edgeSourceLabels; in writeNode()
233 O << "{" << edgeSourceLabels << "}"; in writeNode()