Searched refs:mapToPlatformKind (Results 1 – 4 of 4) sorted by relevance
21 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim) { in mapToPlatformKind() function35 PlatformKind mapToPlatformKind(const Triple &Target) { in mapToPlatformKind() function61 Result.insert(mapToPlatformKind(Target)); in mapToPlatformSet()
600 Platform = mapToPlatformKind(Platform, Architectures.hasX86()); in synthesizeTargets()
38 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim);39 PlatformKind mapToPlatformKind(const Triple &Target);
30 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformKind(Triple)) {} in Target()