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