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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  744           stab.atom = currentAtom;
  756           stab.str = copyDebugString(stabSym.name, *allocator);
  758           stab.str = stabSym.name;
  765           stab.atom = currentAtom;
  767             stab.str = copyDebugString(stabSym.name, *allocator);
  769             stab.str = stabSym.name;
  772           stab.atom = currentAtom;
  774             stab.str = copyDebugString(stabSym.name, *allocator);
  776             stab.str = stabSym.name;
  778         if (stab.atom == nullptr)
  793       stab.atom = currentAtom;
  802           stab.str = copyDebugString(stabSym.name, *allocator);
  804           stab.str = stabSym.name;
  811     llvm::dbgs() << "Adding to stabsList: " << stab << "\n";
  812     stabsList.push_back(stab);