Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/utils/
Dgraph_header_deps.py120 g = dot.DirectedGraph.fromDotFile(dot_file)
187 graphs = [dot.DirectedGraph.fromDotFile(o) for o in outputs]
/external/llvm-project/libcxx/utils/libcxx/
Dgraph.py223 def fromDotFile(fname): member in DirectedGraph