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

References

include/llvm/TextAPI/MachO/InterfaceFile.h
  106   PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); }
  191   PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); }
include/llvm/TextAPI/MachO/Platform.h
   39 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets);
include/llvm/TextAPI/MachO/Target.h
   60 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets);
lib/TextAPI/MachO/Platform.cpp
   57 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) {
   58   PlatformSet Result;
lib/TextAPI/MachO/Target.cpp
   60 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) {
   61   PlatformSet Result;
lib/TextAPI/MachO/TextStub.cpp
  733     PlatformSet Platforms;
lib/TextAPI/MachO/TextStubCommon.cpp
   44 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO,
   81                                            PlatformSet &Values) {
lib/TextAPI/MachO/TextStubCommon.h
   45   static void output(const MachO::PlatformSet &, void *, raw_ostream &);
   46   static StringRef input(StringRef, void *, MachO::PlatformSet &);
unittests/TextAPI/TextStubV3Tests.cpp
  306   PlatformSet Platforms;
unittests/TextAPI/TextStubV4Tests.cpp
  112   PlatformSet Platforms;
  248   PlatformSet Platforms;
  271   PlatformSet Platforms;