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

References

tools/lld/include/lld/Core/Atom.h
   91     if (atom)
   92       runDestructor(atom);
   99   OwningAtomPtr(OwningAtomPtr &&ptr) : atom(ptr.atom) {
  100     ptr.atom = nullptr;
  104     if (atom)
  105       runDestructor(atom);
  106     atom = ptr.atom;
  106     atom = ptr.atom;
  107     ptr.atom = nullptr;
  111     return atom;
  115     return atom;
  119     auto *v = atom;
  120     atom = nullptr;