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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DPlatform.h37 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim);
38 PlatformKind mapToPlatformKind(const Triple &Target);
H A DTarget.h30 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformKind(Triple)) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DPlatform.cpp20 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim) { function in namespace:llvm::MachO
34 PlatformKind mapToPlatformKind(const Triple &Target) { function in namespace:llvm::MachO
60 Result.insert(mapToPlatformKind(Target));
H A DTextStub.cpp599 Platform = mapToPlatformKind(Platform, Architectures.hasX86());

Completed in 102 milliseconds