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

References

include/llvm/XRay/Profile.h
   90         Roots(std::move(O.Roots)), PathIDMap(std::move(O.PathIDMap)),
   97     PathIDMap = std::move(O.PathIDMap);
   97     PathIDMap = std::move(O.PathIDMap);
  110     swap(L.PathIDMap, R.PathIDMap);
  110     swap(L.PathIDMap, R.PathIDMap);
lib/XRay/Profile.cpp
  132   auto It = PathIDMap.find(P);
  133   if (It == PathIDMap.end())
  188     PathIDMap.insert({Node->ID, Node});