4 references to MachO
crossgen2 (1)
Crossgen2RootCommand.cs (1)
435"macho" => ReadyToRunContainerFormat.MachO,
ILCompiler.ReadyToRun (3)
CodeGen\ReadyToRunObjectWriter.cs (1)
185ReadyToRunContainerFormat.MachO => CreateMachObjectWriter(),
Compiler\ReadyToRunCodegenCompilation.cs (2)
441if (_format == ReadyToRunContainerFormat.MachO) 512else if (NodeFactory.Target.IsApplePlatform && NodeFactory.Format == ReadyToRunContainerFormat.MachO)