Searched refs:mapToPlatformType (Results 1 – 5 of 5) sorted by relevance
21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType() function34 PlatformType mapToPlatformType(const Triple &Target) { in mapToPlatformType() function65 Result.insert(mapToPlatformType(Target)); in mapToPlatformSet()
561 Platform = mapToPlatformType(Platform, Architectures.hasX86()); in synthesizeTargets()
25 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim);26 PlatformType mapToPlatformType(const Triple &Target);
35 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformType(Triple)), in Target()
370 if (mapToPlatformType(T) == PLATFORM_UNKNOWN) in readFile()