1 write to Header
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
249
Header
= new GlobalHeaderNode(flags, associatedModule);
22 references to Header
ILCompiler.ReadyToRun (22)
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 (16)
111
Header
.Add(Internal.Runtime.ReadyToRunSectionType.HotColdMap, HotColdMap);
892
Header
.Add(Internal.Runtime.ReadyToRunSectionType.CompilerIdentifier, compilerIdentifierNode);
895
Header
.Add(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions, RuntimeFunctionsTable);
904
Header
.Add(Internal.Runtime.ReadyToRunSectionType.DelayLoadMethodCallThunks, DelayLoadMethodCallThunks);
908
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ExceptionInfo, exceptionInfoLookupTableNode);
912
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ManifestMetadata, ManifestMetadataTable);
918
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ManifestAssemblyMvids, mvidTableNode);
925
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ComponentAssemblies, assemblyTable);
933
ReadyToRunHeaderNode tableHeader =
Header
;
993
Header
.Add(Internal.Runtime.ReadyToRunSectionType.CrossModuleInlineInfo, crossModuleInliningInfoTable);
998
Header
.Add(Internal.Runtime.ReadyToRunSectionType.InstanceMethodEntryPoints, InstanceEntryPointTable);
1001
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ImportSections, ImportSectionsTable);
1006
Header
.Add(Internal.Runtime.ReadyToRunSectionType.DebugInfo, DebugInfoTable);
1065
Header
.Add(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable);
1132
graph.AddRoot(
Header
, "ReadyToRunHeader is always generated");
1283
if (node ==
Header
)
Compiler\ReadyToRunCodegenCompilation.cs (2)
545
componentGraph.AddRoot(componentFactory.
Header
, "Component module R2R header");
555
componentFactory.
Header
.Add(Internal.Runtime.ReadyToRunSectionType.OwnerCompositeExecutable, ownerExecutableNode);