11 references to PE
crossgen2 (4)
Crossgen2RootCommand.cs (2)
430
return ReadyToRunContainerFormat.
PE
;
434
"pe" => ReadyToRunContainerFormat.
PE
,
Program.cs (2)
417
if (format == ReadyToRunContainerFormat.
PE
&& typeSystemContext.Target.Architecture == TargetArchitecture.Wasm32)
421
if (!composite && format != ReadyToRunContainerFormat.
PE
&& format != ReadyToRunContainerFormat.Wasm)
ILCompiler.ReadyToRun (7)
CodeGen\ReadyToRunObjectWriter.cs (1)
184
ReadyToRunContainerFormat.
PE
=> CreatePEObjectWriter(),
Compiler\DependencyAnalysis\ReadyToRun\MethodColdCodeNode.cs (1)
29
ReadyToRunContainerFormat.
PE
=> ObjectNodeSection.ManagedCodeWindowsContentSection,
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
308
ReadyToRunContainerFormat.
PE
=> ObjectNodeSection.ManagedCodeWindowsContentSection,
Compiler\ReadyToRunCodegenCompilation.cs (3)
508
if (NodeFactory.Target.IsWindows && NodeFactory.Format == ReadyToRunContainerFormat.
PE
)
536
format: ReadyToRunContainerFormat.
PE
,
572
ReadyToRunContainerFormat.
PE
,
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
48
private ReadyToRunContainerFormat _format = ReadyToRunContainerFormat.
PE
;