1 write to Header
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
296Header = new GlobalHeaderNode(flags, associatedModule);
22 references to Header
ILCompiler.ReadyToRun (22)
Compiler\DependencyAnalysis\ReadyToRun\CopiedCorHeaderNode.cs (4)
133builder.EmitReloc(factory.Header, RelocType.IMAGE_REL_BASED_ADDR32NB); 134builder.EmitReloc(factory.Header, RelocType.IMAGE_REL_SYMBOL_SIZE); 185builder.EmitReloc(factory.Header, RelocType.IMAGE_REL_BASED_ADDR32NB); 186builder.EmitReloc(factory.Header, RelocType.IMAGE_REL_SYMBOL_SIZE);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (16)
113Header.Add(Internal.Runtime.ReadyToRunSectionType.HotColdMap, HotColdMap); 949Header.Add(Internal.Runtime.ReadyToRunSectionType.CompilerIdentifier, compilerIdentifierNode); 952Header.Add(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions, RuntimeFunctionsTable); 961Header.Add(Internal.Runtime.ReadyToRunSectionType.DelayLoadMethodCallThunks, DelayLoadMethodCallThunks); 965Header.Add(Internal.Runtime.ReadyToRunSectionType.ExceptionInfo, exceptionInfoLookupTableNode); 969Header.Add(Internal.Runtime.ReadyToRunSectionType.ManifestMetadata, ManifestMetadataTable); 975Header.Add(Internal.Runtime.ReadyToRunSectionType.ManifestAssemblyMvids, mvidTableNode); 982Header.Add(Internal.Runtime.ReadyToRunSectionType.ComponentAssemblies, assemblyTable); 990ReadyToRunHeaderNode tableHeader = Header; 1050Header.Add(Internal.Runtime.ReadyToRunSectionType.CrossModuleInlineInfo, crossModuleInliningInfoTable); 1055Header.Add(Internal.Runtime.ReadyToRunSectionType.InstanceMethodEntryPoints, InstanceEntryPointTable); 1058Header.Add(Internal.Runtime.ReadyToRunSectionType.ImportSections, ImportSectionsTable); 1063Header.Add(Internal.Runtime.ReadyToRunSectionType.DebugInfo, DebugInfoTable); 1122Header.Add(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable); 1189graph.AddRoot(Header, "ReadyToRunHeader is always generated"); 1349if (node == Header)
Compiler\ReadyToRunCodegenCompilation.cs (2)
559componentGraph.AddRoot(componentFactory.Header, "Component module R2R header"); 569componentFactory.Header.Add(Internal.Runtime.ReadyToRunSectionType.OwnerCompositeExecutable, ownerExecutableNode);