Home
last modified time | relevance | path

Searched refs:UsePlatformVersion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h69 bool LinkerIsLLD, bool UsePlatformVersion) const;
H A DDarwin.cpp223 bool UsePlatformVersion) const { in AddLinkArgs()
359 if (Version >= VersionTuple(520) || LinkerIsLLD || UsePlatformVersion) in AddLinkArgs()
601 bool UsePlatformVersion = getToolChain().getTriple().isXROS(); in ConstructJob() local
606 UsePlatformVersion); in ConstructJob()