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

References

lib/TextAPI/MachO/TextStub.cpp
  315     IO.mapOptional("symbols", Section.Symbols);
  554               Section.Symbols.emplace_back(Symbol->getName());
  565               Section.Symbols.emplace_back(
  579         llvm::sort(Section.Symbols.begin(), Section.Symbols.end());
  579         llvm::sort(Section.Symbols.begin(), Section.Symbols.end());
  686         for (auto &Symbol : Section.Symbols) {