Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h33 VersionTuple MinDeployment = {})
34 : Arch(Arch), Platform(Platform), MinDeployment(MinDeployment) {} in Arch()
37 MinDeployment(mapToSupportedOSVersion(Triple)) {} in Target()
45 VersionTuple MinDeployment; variable
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp43 auto Version = MinDeployment.empty() ? "" : MinDeployment.getAsString(); in create()
58 Result.insert({Target.Platform, Target.MinDeployment}); in operator <<()
78 Targ.MinDeployment.empty() ? "" : Targ.MinDeployment.getAsString(); in mapToArchitectureSet()
H A DTextStubV5.cpp322 TargetOrErr->MinDeployment = Version; in getTargetsSection()
799 if (!Targ.MinDeployment.empty()) in serializeTargetInfo()
800 TargetInfo[Keys[TBDKey::Deployment]] = Targ.MinDeployment.getAsString(); in serializeTargetInfo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp125 info.target.MinDeployment = decodeVersion(cmd->minos); in getPlatformInfos()
146 info.target.MinDeployment = decodeVersion(cmd->version); in getPlatformInfos()
177 if (it->target.MinDeployment > config->platformInfo.target.MinDeployment) in checkCompatibility()
179 it->target.MinDeployment.getAsString() + in checkCompatibility()
181 config->platformInfo.target.MinDeployment.getAsString()); in checkCompatibility()
2092 if (config->platformInfo.target.MinDeployment < start || in handleLDPreviousSymbol()
2093 config->platformInfo.target.MinDeployment >= end) in handleLDPreviousSymbol()
2144 else if (version == config->platformInfo.target.MinDeployment) in handleLDInstallNameSymbol()
2162 shouldHide = versionTup == config->platformInfo.target.MinDeployment; in handleLDHideSymbol()
H A DWriter.cpp491 c->version = encodeVersion(platformInfo.target.MinDeployment); in writeTo()
516 c->minos = encodeVersion(platformInfo.target.MinDeployment); in writeTo()
814 : platformInfo.target.MinDeployment >= it->second; in useLCBuildVersion()
H A DDriver.cpp1059 if (config->platformInfo.target.MinDeployment >= it->second) in greaterEqMinVersion()
H A DSyntheticSections.cpp101 config->platformInfo.target.MinDeployment >= VersionTuple(10, 5)) in cpuSubtype()