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)),
   96     Roots = std::move(O.Roots);
   96     Roots = std::move(O.Roots);
  109     swap(L.Roots, R.Roots);
  109     swap(L.Roots, R.Roots);
lib/XRay/Profile.cpp
  153       find_if(Roots, [PathRoot](TrieNode *N) { return N->Func == PathRoot; });
  157   if (RootIt == Roots.end()) {
  161     Roots.push_back(Node);