Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h223 std::string edgeSourceLabels; in writeNode() local
224 raw_string_ostream EdgeSourceLabels(edgeSourceLabels); in writeNode()
233 O << edgeSourceLabels; in writeNode()
235 O << "{" << edgeSourceLabels << "}"; in writeNode()