Home
last modified time | relevance | path

Searched refs:removeSimulator (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DDriver.h72 llvm::MachO::PlatformType removeSimulator(llvm::MachO::PlatformType platform);
H A DDriver.cpp903 PlatformType macho::removeSimulator(PlatformType platform) { in removeSimulator() function in macho
923 PlatformType platform = removeSimulator(config->platformInfo.target.Platform); in dataConstDefault()
H A DInputFiles.cpp160 return removeSimulator(info.target.Platform) == in checkCompatibility()
161 removeSimulator(config->platform()); in checkCompatibility()