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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  737         currentAtom = findAtomCoveringAddress(normalizedFile, file,
  743         if (currentAtom)
  744           stab.atom = currentAtom;
  764           currentAtom = findDefinedAtomByName(file, "_" + name);
  765           stab.atom = currentAtom;
  771           currentAtom = findDefinedAtomByName(file, stabSym.name);
  772           stab.atom = currentAtom;
  793       stab.atom = currentAtom;
  797         currentAtom = nullptr;