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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  856     const auto &atomFile = cast<mach_o::MachOFile>(atom->file());
  912     if (atom->contentType() == DefinedAtom::typeCode) {
  914       _stabs.push_back(mach_o::Stab(atom, N_BNSYM, 1, 0, 0, ""));
  915       _stabs.push_back(mach_o::Stab(atom, N_FUN, 1, 0, 0, atom->name()));
  915       _stabs.push_back(mach_o::Stab(atom, N_FUN, 1, 0, 0, atom->name()));
  919                                     atom->rawContent().size(), ""));
  921                                     atom->rawContent().size(), ""));
  923       if (atom->scope() == Atom::scopeTranslationUnit)
  924         _stabs.push_back(mach_o::Stab(atom, N_STSYM, 1, 0, 0, atom->name()));
  924         _stabs.push_back(mach_o::Stab(atom, N_STSYM, 1, 0, 0, atom->name()));
  926         _stabs.push_back(mach_o::Stab(nullptr, N_GSYM, 1, 0, 0, atom->name()));