Home
last modified time | relevance | path

Searched refs:iOS_simulator (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lld/unittests/DriverTests/
DDarwinLdDriverTest.cpp200 EXPECT_EQ(MachOLinkingContext::OS::iOS_simulator, _ctx.os()); in TEST_F()
208 EXPECT_EQ(MachOLinkingContext::OS::iOS_simulator, _ctx.os()); in TEST_F()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp248 case OS::iOS_simulator: in configure()
407 case OS::iOS_simulator: in minOS()
1068 if (_os != OS::iOS_simulator) in handleLoadedFile()
1080 if (_os == OS::iOS_simulator) in handleLoadedFile()
DMachONormalizedFileYAML.cpp144 lld::MachOLinkingContext::OS::iOS_simulator); in enumeration()
DMachONormalizedFileBinaryWriter.cpp759 case MachOLinkingContext::OS::iOS_simulator: in writeVersionMinLoadCommand()
DMachONormalizedFileFromAtoms.cpp465 case lld::MachOLinkingContext::OS::iOS_simulator: in segmentForName()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h53 iOS_simulator enumerator
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp420 os = MachOLinkingContext::OS::iOS_simulator; in parse()
749 case MachOLinkingContext::OS::iOS_simulator: in parse()