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