Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
65 Result.insert(mapToPlatformType(Target)); in mapToPlatformSet()
H A DTextStub.cpp561 Platform = mapToPlatformType(Platform, Architectures.hasX86()); in synthesizeTargets()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h25 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim);
26 PlatformType mapToPlatformType(const Triple &Target);
H A DTarget.h35 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformType(Triple)), in Target()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp370 if (mapToPlatformType(T) == PLATFORM_UNKNOWN) in readFile()