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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  768     _atomToAddress[atom] = _ctx.baseAddress();
  770     if (auto *definedAtom = dyn_cast<DefinedAtom>(atom)) {
  773                       << llvm::format("0x%016X", _atomToAddress[atom])
  774                       << llvm::format("    0x%09lX", atom)
  787                       << llvm::format("0x%016X", _atomToAddress[atom])
  788                       << " atom=" << atom
  789                       << " name=" << atom->name() << "\n");