reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/XRay/Graph.h
   83       detail::DenseMapPair<VertexIdentifier, VertexAttribute>;
   97   using VertexMapT = DenseMap<VertexIdentifier, VertexAttribute>;
  381   VertexAttribute &operator[](const VertexIdentifier &I) {
  398   Expected<VertexAttribute &> at(const VertexIdentifier &I) {
  407   Expected<const VertexAttribute &> at(const VertexIdentifier &I) const {
  448   insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) {
  453   insert(std::pair<VertexIdentifier, VertexAttribute> &&Val) {