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.h32 VersionTuple MinDeployment = {})
33 : Arch(Arch), Platform(Platform), MinDeployment(MinDeployment) {} in Arch()
36 MinDeployment(mapToSupportedOSVersion(Triple)) {} in Target()
44 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.cpp295 TargetOrErr->MinDeployment = Version; in getTargetsSection()
771 if (!Targ.MinDeployment.empty()) in serializeTargetInfo()
772 TargetInfo[Keys[TBDKey::Deployment]] = Targ.MinDeployment.getAsString(); in serializeTargetInfo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp127 info.target.MinDeployment = decodeVersion(cmd->minos); in getPlatformInfos()
148 info.target.MinDeployment = decodeVersion(cmd->version); in getPlatformInfos()
179 if (it->target.MinDeployment > config->platformInfo.target.MinDeployment) in checkCompatibility()
181 it->target.MinDeployment.getAsString() + in checkCompatibility()
183 config->platformInfo.target.MinDeployment.getAsString()); in checkCompatibility()
2054 if (config->platformInfo.target.MinDeployment < start || in handleLDPreviousSymbol()
2055 config->platformInfo.target.MinDeployment >= end) in handleLDPreviousSymbol()
2106 else if (version == config->platformInfo.target.MinDeployment) in handleLDInstallNameSymbol()
2124 shouldHide = versionTup == config->platformInfo.target.MinDeployment; in handleLDHideSymbol()
H A DWriter.cpp467 c->version = encodeVersion(platformInfo.target.MinDeployment); in writeTo()
492 c->minos = encodeVersion(platformInfo.target.MinDeployment); in writeTo()
790 : platformInfo.target.MinDeployment >= it->second; in useLCBuildVersion()
H A DDriver.cpp1057 if (config->platformInfo.target.MinDeployment < it->second) in dataConstDefault()
1129 if (it->second > config->platformInfo.target.MinDeployment) in shouldEmitChainedFixups()
H A DSyntheticSections.cpp102 config->platformInfo.target.MinDeployment >= VersionTuple(10, 5)) in cpuSubtype()