Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriver.h81 llvm::MachO::PlatformKind removeSimulator(llvm::MachO::PlatformKind platform);
H A DInputFiles.cpp150 return removeSimulator(info.target.Platform) == in checkCompatibility()
151 removeSimulator(config->platform()); in checkCompatibility()
H A DDriver.cpp887 PlatformKind macho::removeSimulator(PlatformKind platform) { in removeSimulator() function in macho
907 PlatformKind platform = removeSimulator(config->platformInfo.target.Platform); in dataConstDefault()