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