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

References

tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
   75   const DefinedAtom *start = atom;
   78     llvm::dbgs() << "  " << atomToDebugString(atom) << "\n";
   79     for (const Reference *ref : *atom) {
   88     atom = followOnNexts[atom];
   88     atom = followOnNexts[atom];
   89   } while (atom != start);