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

References

tools/lld/include/lld/Core/File.h
  126       return p.get();
tools/lld/lib/Core/Resolver.cpp
  299     if (const DefinedAtom *defAtom = dyn_cast<DefinedAtom>(atom.get())) {
  307           if (_symbolTable.isCoalescedAway(atom.get()))
  356     if (const DefinedAtom *defAtom = dyn_cast<DefinedAtom>(atom.get()))
  359           _reverseRef.insert(std::make_pair(ref->target(), atom.get()));
  360     if (const AbsoluteAtom *absAtom = dyn_cast<AbsoluteAtom>(atom.get()))
  367       if (const DefinedAtom *defAtom = dyn_cast<DefinedAtom>(atom.get()))
tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  179   const DefinedAtom *left = lc._atom.get();
  180   const DefinedAtom *right = rc._atom.get();
  256     llvm::dbgs() << "Layout: '" << lc._atom.get()->name()
  258                  << rc._atom.get()->name() << "' (" << reason << ")\n";