1 write to Header
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
296
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)
113
Header
.Add(Internal.Runtime.ReadyToRunSectionType.HotColdMap, HotColdMap);
949
Header
.Add(Internal.Runtime.ReadyToRunSectionType.CompilerIdentifier, compilerIdentifierNode);
952
Header
.Add(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions, RuntimeFunctionsTable);
961
Header
.Add(Internal.Runtime.ReadyToRunSectionType.DelayLoadMethodCallThunks, DelayLoadMethodCallThunks);
965
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ExceptionInfo, exceptionInfoLookupTableNode);
969
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ManifestMetadata, ManifestMetadataTable);
975
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ManifestAssemblyMvids, mvidTableNode);
982
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ComponentAssemblies, assemblyTable);
990
ReadyToRunHeaderNode tableHeader =
Header
;
1050
Header
.Add(Internal.Runtime.ReadyToRunSectionType.CrossModuleInlineInfo, crossModuleInliningInfoTable);
1055
Header
.Add(Internal.Runtime.ReadyToRunSectionType.InstanceMethodEntryPoints, InstanceEntryPointTable);
1058
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ImportSections, ImportSectionsTable);
1063
Header
.Add(Internal.Runtime.ReadyToRunSectionType.DebugInfo, DebugInfoTable);
1122
Header
.Add(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable);
1189
graph.AddRoot(
Header
, "ReadyToRunHeader is always generated");
1349
if (node ==
Header
)
Compiler\ReadyToRunCodegenCompilation.cs (2)
559
componentGraph.AddRoot(componentFactory.
Header
, "Component module R2R header");
569
componentFactory.
Header
.Add(Internal.Runtime.ReadyToRunSectionType.OwnerCompositeExecutable, ownerExecutableNode);