1 write to Header
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
363
Header
= new GlobalHeaderNode(flags, associatedModule);
23 references to Header
ILCompiler.ReadyToRun (23)
Compiler\DependencyAnalysis\ReadyToRun\CopiedCorHeaderNode.cs (4)
133
builder.EmitReloc(factory.
Header
, RelocType.IMAGE_REL_BASED_ADDR32NB);
134
builder.EmitReloc(factory.
Header
, RelocType.IMAGE_REL_SYMBOL_SIZE);
185
builder.EmitReloc(factory.
Header
, RelocType.IMAGE_REL_BASED_ADDR32NB);
186
builder.EmitReloc(factory.
Header
, RelocType.IMAGE_REL_SYMBOL_SIZE);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (17)
114
Header
.Add(Internal.Runtime.ReadyToRunSectionType.HotColdMap, HotColdMap);
1058
Header
.Add(Internal.Runtime.ReadyToRunSectionType.CompilerIdentifier, compilerIdentifierNode);
1061
Header
.Add(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions, RuntimeFunctionsTable);
1066
Header
.Add(Internal.Runtime.ReadyToRunSectionType.WasmAsyncResumeInfo, WasmAsyncResumeInfoFixups);
1076
Header
.Add(Internal.Runtime.ReadyToRunSectionType.DelayLoadMethodCallThunks, DelayLoadMethodCallThunks);
1080
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ExceptionInfo, exceptionInfoLookupTableNode);
1084
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ManifestMetadata, ManifestMetadataTable);
1090
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ManifestAssemblyMvids, mvidTableNode);
1097
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ComponentAssemblies, assemblyTable);
1105
ReadyToRunHeaderNode tableHeader =
Header
;
1165
Header
.Add(Internal.Runtime.ReadyToRunSectionType.CrossModuleInlineInfo, crossModuleInliningInfoTable);
1170
Header
.Add(Internal.Runtime.ReadyToRunSectionType.InstanceMethodEntryPoints, InstanceEntryPointTable);
1173
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ImportSections, ImportSectionsTable);
1178
Header
.Add(Internal.Runtime.ReadyToRunSectionType.DebugInfo, DebugInfoTable);
1237
Header
.Add(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable);
1304
graph.AddRoot(
Header
, "ReadyToRunHeader is always generated");
1464
if (node ==
Header
)
Compiler\ReadyToRunCodegenCompilation.cs (2)
569
componentGraph.AddRoot(componentFactory.
Header
, "Component module R2R header");
579
componentFactory.
Header
.Add(Internal.Runtime.ReadyToRunSectionType.OwnerCompositeExecutable, ownerExecutableNode);