26 references to Add
ILCompiler.ReadyToRun (26)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (20)
111
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.HotColdMap, HotColdMap);
908
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.CompilerIdentifier, compilerIdentifierNode);
911
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions, RuntimeFunctionsTable);
920
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.DelayLoadMethodCallThunks, DelayLoadMethodCallThunks);
924
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ExceptionInfo, exceptionInfoLookupTableNode);
928
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ManifestMetadata, ManifestMetadataTable);
934
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ManifestAssemblyMvids, mvidTableNode);
941
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ComponentAssemblies, assemblyTable);
958
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.MethodDefEntryPoints, methodEntryPointTable);
961
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.AvailableTypes, typesTable);
966
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.InliningInfo2, inliningInfoTable);
976
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.AttributePresence, attributePresenceTable);
982
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.EnclosingTypeMap, node);
988
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.TypeGenericInfoMap, node);
994
tableHeader.
Add
(Internal.Runtime.ReadyToRunSectionType.MethodIsGenericMap, node);
1009
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.CrossModuleInlineInfo, crossModuleInliningInfoTable);
1014
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.InstanceMethodEntryPoints, InstanceEntryPointTable);
1017
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.ImportSections, ImportSectionsTable);
1022
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.DebugInfo, DebugInfoTable);
1081
Header.
Add
(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable);
Compiler\ReadyToRunCodegenCompilation.cs (1)
555
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));
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapManager.cs (2)
47
header.
Add
(ReadyToRunSectionType.ExternalTypeMaps, new ExternalTypeMapObjectNode(this, commonFixupsTableNode));
48
header.
Add
(ReadyToRunSectionType.ProxyTypeMaps, new ProxyTypeMapObjectNode(this, commonFixupsTableNode));