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

References

tools/lld/lib/Core/Resolver.cpp
  117   _atoms.push_back(OwningAtomPtr<Atom>(atom.release()));
  146   _atoms.push_back(OwningAtomPtr<Atom>(atom.release()));
  161   _atoms.push_back(OwningAtomPtr<Atom>(atom.release()));
  177   _atoms.push_back(OwningAtomPtr<Atom>(atom.release()));
  298   for (const OwningAtomPtr<Atom> &atom : _atoms) {
  355   for (const OwningAtomPtr<Atom> &atom : _atoms) {
  366     for (const OwningAtomPtr<Atom> &atom : _atoms)
  383   _atoms.erase(std::remove_if(_atoms.begin(), _atoms.end(),
  383   _atoms.erase(std::remove_if(_atoms.begin(), _atoms.end(),
  383   _atoms.erase(std::remove_if(_atoms.begin(), _atoms.end(),
  387                _atoms.end());
  444   _atoms.erase(std::remove_if(_atoms.begin(), _atoms.end(),
  444   _atoms.erase(std::remove_if(_atoms.begin(), _atoms.end(),
  444   _atoms.erase(std::remove_if(_atoms.begin(), _atoms.end(),
  449                _atoms.end());
  468   _result->addAtoms(_atoms);