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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  980   return (left.atom->name().compare(right.atom->name()) < 0);
  980   return (left.atom->name().compare(right.atom->name()) < 0);
 1103     sym.name  = ai.atom->name();
 1107     sym.desc  = descBits(static_cast<const DefinedAtom*>(ai.atom));
 1108     sym.value = _atomToAddress[ai.atom];
 1109     _atomToSymbolIndex[ai.atom] = globalStartIndex + file.globalSymbols.size();
 1132         ordinal = dylibOrdinal(dyn_cast<SharedLibraryAtom>(ai.atom));
 1135     sym.name  = ai.atom->name();
 1141     _atomToSymbolIndex[ai.atom] = file.undefinedSymbols.size() + start;