reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  461   OS _os = OS::macOSX;
tools/lld/lib/Driver/DarwinLdDriver.cpp
  403       os = MachOLinkingContext::OS::macOSX;
  734       case MachOLinkingContext::OS::macOSX:
 1031           if (ctx.os() == MachOLinkingContext::OS::macOSX)
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  202         _os = MachOLinkingContext::OS::macOSX;
  240       case OS::macOSX:
  402   case OS::macOSX:
  832   if ((_os != OS::macOSX) || (_arch != arch_x86)) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  585       _file.os == MachOLinkingContext::OS::macOSX) {
  752     case MachOLinkingContext::OS::macOSX:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  464     case lld::MachOLinkingContext::OS::macOSX:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  140                           lld::MachOLinkingContext::OS::macOSX);
tools/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
  170   EXPECT_EQ(MachOLinkingContext::OS::macOSX, _ctx.os());
  178   EXPECT_EQ(MachOLinkingContext::OS::macOSX, _ctx.os());
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
  117     f.os = lld::MachOLinkingContext::OS::macOSX;
  235     f.os = lld::MachOLinkingContext::OS::macOSX;
  346     f.os = lld::MachOLinkingContext::OS::macOSX;
  476     f.os = lld::MachOLinkingContext::OS::macOSX;
tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
  147     f.os = lld::MachOLinkingContext::OS::macOSX;