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

References

lib/TextAPI/MachO/TextStub.cpp
  298     IO.mapOptional("symbols", Section.Symbols);
  496               Section.Symbols.emplace_back(Symbol->getName());
  507               Section.Symbols.emplace_back(
  521         llvm::sort(Section.Symbols.begin(), Section.Symbols.end());
  521         llvm::sort(Section.Symbols.begin(), Section.Symbols.end());
  652         for (const auto &Symbol : Section.Symbols) {