Home
last modified time | relevance | path

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

/external/llvm-project/lld/unittests/DriverTests/
DDarwinLdDriverTest.cpp170 EXPECT_EQ(MachOLinkingContext::OS::macOSX, _ctx.os()); in TEST_F()
178 EXPECT_EQ(MachOLinkingContext::OS::macOSX, _ctx.os()); in TEST_F()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h51 macOSX, enumerator
459 OS _os = OS::macOSX;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
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()
DMachONormalizedFileBinaryWriter.cpp585 _file.os == MachOLinkingContext::OS::macOSX) { in writeMachHeader()
752 case MachOLinkingContext::OS::macOSX: in writeVersionMinLoadCommand()
DMachONormalizedFileYAML.cpp140 lld::MachOLinkingContext::OS::macOSX); in enumeration()
DMachONormalizedFileFromAtoms.cpp464 case lld::MachOLinkingContext::OS::macOSX: in segmentForName()
/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileBinaryWriterTests.cpp117 f.os = lld::MachOLinkingContext::OS::macOSX; in TEST()
235 f.os = lld::MachOLinkingContext::OS::macOSX; in TEST()
346 f.os = lld::MachOLinkingContext::OS::macOSX; in TEST()
476 f.os = lld::MachOLinkingContext::OS::macOSX; in TEST()
DMachONormalizedFileYAMLTests.cpp147 f.os = lld::MachOLinkingContext::OS::macOSX; in TEST()
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp404 os = MachOLinkingContext::OS::macOSX; in parse()
735 case MachOLinkingContext::OS::macOSX: in parse()
1032 if (ctx.os() == MachOLinkingContext::OS::macOSX) in parse()