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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  658     auto pos = _atomToAddress.find(&atom);
  659     assert(pos != _atomToAddress.end());
  732       nFile.entryAddress = (_atomToAddress[_entryAtom] | 1);
  734       nFile.entryAddress = _atomToAddress[_entryAtom];
  744       _atomToAddress[info.atom] = sect->address + info.offsetInSection;
  752                       << llvm::format("0x%016X", _atomToAddress[info.atom])
  768     _atomToAddress[atom] = _ctx.baseAddress();
  773                       << llvm::format("0x%016X", _atomToAddress[atom])
  787                       << llvm::format("0x%016X", _atomToAddress[atom])
 1046       sym.value = _atomToAddress[stab.atom];
 1075           sym.value = _atomToAddress[atom];
 1091         sym.value = _atomToAddress[atom];
 1108     sym.value = _atomToAddress[ai.atom];
 1284   uint64_t address = _atomToAddress[atom];
 1310     auto pos = _atomToAddress.find(&atom);
 1311     assert(pos != _atomToAddress.end());
 1346         addr = _atomToAddress[info.atom];
 1356       uint64_t nextAddr = _atomToAddress[info.atom];
 1435         uint64_t segmentOffset = _atomToAddress[atom] + ref->offsetInAtom()
 1548       exprt.offset = _atomToAddress[atom] - _ctx.baseAddress();