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

References

lib/TextAPI/MachO/TextStub.cpp
  808       Targets.insert(Targets.begin(), File->targets().begin(),
  809                      File->targets().end());
  810       for (const auto &IT : File->uuids())
  812       InstallName = File->getInstallName();
  813       CurrentVersion = File->getCurrentVersion();
  814       CompatibilityVersion = File->getCompatibilityVersion();
  815       SwiftABIVersion = File->getSwiftABIVersion();
  818       if (!File->isApplicationExtensionSafe())
  821       if (!File->isTwoLevelNamespace())
  824       if (File->isInstallAPI())
  829         for (const auto &it : File->umbrellas())
  841       assignTargetsToLibrary(File->allowableClients(), AllowableClients);
  842       assignTargetsToLibrary(File->reexportedLibraries(), ReexportedLibraries);
  897       handleSymbols(Exports, File->exports(), [](const Symbol *Symbol) {
  900       handleSymbols(Reexports, File->exports(), [](const Symbol *Symbol) {
  903       handleSymbols(Undefineds, File->undefineds(),