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()
560 Platform = mapToPlatformType(Platform, Architectures.hasX86()); in synthesizeTargets()
26 LLVM_ABI PlatformType mapToPlatformType(PlatformType Platform, bool WantSim);27 LLVM_ABI PlatformType mapToPlatformType(const Triple &Target);
36 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformType(Triple)), in Target()
369 if (mapToPlatformType(T) == PLATFORM_UNKNOWN) in readFile()