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

References

projects/compiler-rt/lib/xray/xray_function_call_trie.h
  342         Roots(std::move(O.Roots)),
  349     Roots = std::move(O.Roots);
  349     Roots = std::move(O.Roots);
  376       if (Roots.AppendEmplace(NewRoot) == nullptr) {
  382         Roots.trim(1);
  465   const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; }
  505       if (UNLIKELY(O.Roots.Append(NewRoot) == nullptr))
  555       auto R = O.Roots.find_element(
  564         O.Roots.Append(TargetRoot);