Searched refs:DestNodePort (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h284 const void *DestNodeID, int DestNodePort,
287 if (DestNodePort > 64) DestNodePort = 64; // Targeting the truncated part?
293 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels())
294 O << ":d" << DestNodePort; local
283 emitEdge(const void *SrcNodeID, int SrcNodePort, const void *DestNodeID, int DestNodePort, const std::string &Attrs) argument

Completed in 45 milliseconds