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

References

tools/lld/lib/ReaderWriter/MachO/DebugInfo.h
   79   os << "Stab -- atom: " << llvm::format("%p", s.atom) << ", type: " << (uint32_t)s.type
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1045     if (stab.atom)
 1046       sym.value = _atomToAddress[stab.atom];
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  744           stab.atom = currentAtom;
  765           stab.atom = currentAtom;
  772           stab.atom = currentAtom;
  778         if (stab.atom == nullptr)
  793       stab.atom = currentAtom;