Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp21 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim) { in mapToPlatformKind() function
35 PlatformKind mapToPlatformKind(const Triple &Target) { in mapToPlatformKind() function
61 Result.insert(mapToPlatformKind(Target)); in mapToPlatformSet()
H A DTextStub.cpp600 Platform = mapToPlatformKind(Platform, Architectures.hasX86()); in synthesizeTargets()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h38 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim);
39 PlatformKind mapToPlatformKind(const Triple &Target);
H A DTarget.h30 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformKind(Triple)) {} in Target()