Searched refs:mapToPlatformType (Results 1 – 4 of 4) sorted by relevance
21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType() function34 PlatformType mapToPlatformType(const Triple &Target) { in mapToPlatformType() function59 Result.insert(mapToPlatformType(Target)); in mapToPlatformSet()
600 Platform = mapToPlatformType(Platform, Architectures.hasX86()); in synthesizeTargets()
23 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim);24 PlatformType mapToPlatformType(const Triple &Target);
32 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformType(Triple)) {} in Target()