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

Declarations

include/llvm/TextAPI/MachO/Platform.h
   40 StringRef getPlatformName(PlatformKind Platform);

References

lib/TextAPI/MachO/Target.cpp
   51   return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")")