Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DDriver.h71 llvm::MachO::PlatformType removeSimulator(llvm::MachO::PlatformType platform);
H A DDriver.cpp952 PlatformType macho::removeSimulator(PlatformType platform) { in removeSimulator() function in macho
986 PlatformType platform = removeSimulator(config->platformInfo.target.Platform); in dataConstDefault()
1025 PlatformType platform = removeSimulator(config->platformInfo.target.Platform); in shouldEmitChainedFixups()
H A DInputFiles.cpp161 return removeSimulator(info.target.Platform) == in checkCompatibility()
162 removeSimulator(config->platform()); in checkCompatibility()