27 references to Add
ILCompiler.ReadyToRun (27)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (21)
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); 1114tableHeader.Add(Internal.Runtime.ReadyToRunSectionType.MethodDefEntryPoints, methodEntryPointTable); 1117tableHeader.Add(Internal.Runtime.ReadyToRunSectionType.AvailableTypes, typesTable); 1122tableHeader.Add(Internal.Runtime.ReadyToRunSectionType.InliningInfo2, inliningInfoTable); 1132tableHeader.Add(Internal.Runtime.ReadyToRunSectionType.AttributePresence, attributePresenceTable); 1138tableHeader.Add(Internal.Runtime.ReadyToRunSectionType.EnclosingTypeMap, node); 1144tableHeader.Add(Internal.Runtime.ReadyToRunSectionType.TypeGenericInfoMap, node); 1150tableHeader.Add(Internal.Runtime.ReadyToRunSectionType.MethodIsGenericMap, node); 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);
Compiler\ReadyToRunCodegenCompilation.cs (1)
579componentFactory.Header.Add(Internal.Runtime.ReadyToRunSectionType.OwnerCompositeExecutable, ownerExecutableNode);
Compiler\ReadyToRunTypeMapManager.cs (3)
61header.Add(ReadyToRunSectionType.ExternalTypeMaps, new ExternalTypeMapObjectNode(this, importReferenceProvider)); 62header.Add(ReadyToRunSectionType.ProxyTypeMaps, new ProxyTypeMapObjectNode(this, importReferenceProvider)); 63header.Add(ReadyToRunSectionType.TypeMapAssemblyTargets, new TypeMapAssemblyTargetsNode(assemblyTypeMaps, importReferenceProvider));
parent\parent\Common\Compiler\TypeMapManager.cs (2)
47header.Add(ReadyToRunSectionType.ExternalTypeMaps, new ExternalTypeMapObjectNode(this, commonFixupsTableNode)); 48header.Add(ReadyToRunSectionType.ProxyTypeMaps, new ProxyTypeMapObjectNode(this, commonFixupsTableNode));