Searched refs:minOS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DTLVPass.cpp75 bool allowTLV = _ctx.minOS("10.7", "1.0");
H A DMachOLinkingContext.cpp220 if (minOS("10.8", "6.0")) {
399 bool MachOLinkingContext::minOS(StringRef mac, StringRef iOS) const { function in class:lld::MachOLinkingContext
421 return minOS("10.8", "6.0");
432 return !minOS("10.8", "6.0");
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp398 if (llvm::opt::Arg *minOS =
401 switch (minOS->getOption().getID()) {
404 if (MachOLinkingContext::parsePackedVersion(minOS->getValue(),
412 if (MachOLinkingContext::parsePackedVersion(minOS->getValue(),
420 if (MachOLinkingContext::parsePackedVersion(minOS->getValue(),
1030 if (!ctx.minOS("10.5", "2.0")) {
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h153 bool minOS(StringRef mac, StringRef iOS) const;

Completed in 78 milliseconds