Lines Matching defs:Platform
1 //===- llvm/TextAPI/Platform.cpp - Platform ---------------------*- C++ -*-===//
9 // Implementations of Platform Helper functions.
13 #include "llvm/TextAPI/Platform.h"
21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) {
22 switch (Platform) {
24 return Platform;
69 StringRef getPlatformName(PlatformType Platform) {
70 switch (Platform) {
90 std::string getOSAndEnvironmentName(PlatformType Platform,
92 switch (Platform) {