Home
last modified time | relevance | path

Searched refs:mapToPlatformType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DPlatform.cpp21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType() function
34 PlatformType mapToPlatformType(const Triple &Target) { in mapToPlatformType() function
59 Result.insert(mapToPlatformType(Target)); in mapToPlatformSet()
H A DTextStub.cpp600 Platform = mapToPlatformType(Platform, Architectures.hasX86()); in synthesizeTargets()
/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DPlatform.h23 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim);
24 PlatformType mapToPlatformType(const Triple &Target);
H A DTarget.h32 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformType(Triple)) {} in Target()