27 references to Add
ILCompiler.ReadyToRun (27)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (21)
114
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.HotColdMap, HotColdMap);
1058
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.CompilerIdentifier, compilerIdentifierNode);
1061
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions, RuntimeFunctionsTable);
1066
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.WasmAsyncResumeInfo, WasmAsyncResumeInfoFixups);
1076
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.DelayLoadMethodCallThunks, DelayLoadMethodCallThunks);
1080
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ExceptionInfo, exceptionInfoLookupTableNode);
1084
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ManifestMetadata, ManifestMetadataTable);
1090
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ManifestAssemblyMvids, mvidTableNode);
1097
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ComponentAssemblies, assemblyTable);
1114
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.MethodDefEntryPoints, methodEntryPointTable);
1117
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.AvailableTypes, typesTable);
1122
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.InliningInfo2, inliningInfoTable);
1132
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.AttributePresence, attributePresenceTable);
1138
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.EnclosingTypeMap, node);
1144
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.TypeGenericInfoMap, node);
1150
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.MethodIsGenericMap, node);
1165
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.CrossModuleInlineInfo, crossModuleInliningInfoTable);
1170
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.InstanceMethodEntryPoints, InstanceEntryPointTable);
1173
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ImportSections, ImportSectionsTable);
1178
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.DebugInfo, DebugInfoTable);
1237
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable);
Compiler\ReadyToRunCodegenCompilation.cs (1)
579
componentFactory.Header.
Add
(Internal.Runtime.ReadyToRunSectionType.OwnerCompositeExecutable, ownerExecutableNode);
Compiler\ReadyToRunTypeMapManager.cs (3)
61
header.
Add
(ReadyToRunSectionType.ExternalTypeMaps, new ExternalTypeMapObjectNode(this, importReferenceProvider));
62
header.
Add
(ReadyToRunSectionType.ProxyTypeMaps, new ProxyTypeMapObjectNode(this, importReferenceProvider));
63
header.
Add
(ReadyToRunSectionType.TypeMapAssemblyTargets, new TypeMapAssemblyTargetsNode(assemblyTypeMaps, importReferenceProvider));
parent\parent\Common\Compiler\TypeMapManager.cs (2)
47
header.
Add
(ReadyToRunSectionType.ExternalTypeMaps, new ExternalTypeMapObjectNode(this, commonFixupsTableNode));
48
header.
Add
(ReadyToRunSectionType.ProxyTypeMaps, new ProxyTypeMapObjectNode(this, commonFixupsTableNode));