Searched refs:MinDeployment (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h32 VersionTuple MinDeployment = {})
33 : Arch(Arch), Platform(Platform), MinDeployment(MinDeployment) {}
36 MinDeployment(mapToSupportedOSVersion(Triple)) {}
44 VersionTuple MinDeployment; member in class:llvm::MachO::Target
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp43 auto Version = MinDeployment.empty() ? "" : MinDeployment.getAsString();
58 Result.insert({Target.Platform, Target.MinDeployment});
78 Targ.MinDeployment.empty() ? "" : Targ.MinDeployment.getAsString();
H A DTextStubV5.cpp295 TargetOrErr->MinDeployment = Version;
771 if (!Targ.MinDeployment.empty())
772 TargetInfo[Keys[TBDKey::Deployment]] = Targ.MinDeployment.getAsString();
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp127 info.target.MinDeployment = decodeVersion(cmd->minos);
148 info.target.MinDeployment = decodeVersion(cmd->version);
179 if (it->target.MinDeployment > config->platformInfo.target.MinDeployment)
181 it->target.MinDeployment.getAsString() +
183 config->platformInfo.target.MinDeployment.getAsString());
2044 if (config->platformInfo.target.MinDeployment < start ||
2045 config->platformInfo.target.MinDeployment >= end)
2096 else if (version == config->platformInfo.target.MinDeployment)
2114 shouldHide = versionTup == config->platformInfo.target.MinDeployment;
[all...]
H A DWriter.cpp468 c->version = encodeVersion(platformInfo.target.MinDeployment);
493 c->minos = encodeVersion(platformInfo.target.MinDeployment);
774 : platformInfo.target.MinDeployment >= it->second;
H A DDriver.cpp1018 if (config->platformInfo.target.MinDeployment < it->second)
1057 it->second > config->platformInfo.target.MinDeployment) {
1063 config->platformInfo.target.MinDeployment.getAsString());
H A DSyntheticSections.cpp101 config->platformInfo.target.MinDeployment >= VersionTuple(10, 5))

Completed in 221 milliseconds