Home
last modified time | relevance | path

Searched refs:macOSX (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp202 _os = MachOLinkingContext::OS::macOSX; in configure()
240 case OS::macOSX: in configure()
402 case OS::macOSX: in minOS()
838 if ((_os != OS::macOSX) || (_arch != arch_x86)) { in addExportSymbol()
H A DMachONormalizedFileBinaryWriter.cpp585 _file.os == MachOLinkingContext::OS::macOSX) { in writeMachHeader()
752 case MachOLinkingContext::OS::macOSX: in writeVersionMinLoadCommand()
H A DMachONormalizedFileYAML.cpp140 lld::MachOLinkingContext::OS::macOSX); in enumeration()
H A DMachONormalizedFileFromAtoms.cpp464 case lld::MachOLinkingContext::OS::macOSX: in segmentForName()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h51 macOSX, enumerator
459 OS _os = OS::macOSX;
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp404 os = MachOLinkingContext::OS::macOSX; in parse()
735 case MachOLinkingContext::OS::macOSX: in parse()
1032 if (ctx.os() == MachOLinkingContext::OS::macOSX) in parse()