Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h72 template <typename VertexAttribute, typename EdgeAttribute,
83 detail::DenseMapPair<VertexIdentifier, VertexAttribute>;
97 using VertexMapT = DenseMap<VertexIdentifier, VertexAttribute>;
381 VertexAttribute &operator[](const VertexIdentifier &I) {
398 Expected<VertexAttribute &> at(const VertexIdentifier &I) { in at()
407 Expected<const VertexAttribute &> at(const VertexIdentifier &I) const { in at()
448 insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) { in insert()
453 insert(std::pair<VertexIdentifier, VertexAttribute> &&Val) { in insert()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h40 struct VertexAttribute { struct
44 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; argument