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

Declarations

include/llvm/TextAPI/MachO/Platform.h
   38 PlatformKind mapToPlatformKind(const Triple &Target);

References

include/llvm/TextAPI/MachO/Target.h
   30       : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformKind(Triple)) {}
lib/TextAPI/MachO/Platform.cpp
   60     Result.insert(mapToPlatformKind(Target));