1 write to Header
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
232
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);
865
Header
.Add(Internal.Runtime.ReadyToRunSectionType.CompilerIdentifier, compilerIdentifierNode);
868
Header
.Add(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions, RuntimeFunctionsTable);
875
Header
.Add(Internal.Runtime.ReadyToRunSectionType.DelayLoadMethodCallThunks, DelayLoadMethodCallThunks);
878
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ExceptionInfo, exceptionInfoLookupTableNode);
882
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ManifestMetadata, ManifestMetadataTable);
888
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ManifestAssemblyMvids, mvidTableNode);
895
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ComponentAssemblies, assemblyTable);
903
ReadyToRunHeaderNode tableHeader =
Header
;
963
Header
.Add(Internal.Runtime.ReadyToRunSectionType.CrossModuleInlineInfo, crossModuleInliningInfoTable);
968
Header
.Add(Internal.Runtime.ReadyToRunSectionType.InstanceMethodEntryPoints, InstanceEntryPointTable);
971
Header
.Add(Internal.Runtime.ReadyToRunSectionType.ImportSections, ImportSectionsTable);
976
Header
.Add(Internal.Runtime.ReadyToRunSectionType.DebugInfo, DebugInfoTable);
1035
Header
.Add(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable);
1102
graph.AddRoot(
Header
, "ReadyToRunHeader is always generated");
1253
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);