43 references to ToObjectData
ILCompiler.Compiler (42)
Compiler\DependencyAnalysis\ArrayOfEmbeddedDataNode.cs (1)
85ObjectData objData = builder.ToObjectData();
Compiler\DependencyAnalysis\ArrayOfFrozenObjectsNode.cs (1)
58return builder.ToObjectData();
Compiler\DependencyAnalysis\DataOnlyEETypeNode.cs (1)
105return dataBuilder.ToObjectData();
Compiler\DependencyAnalysis\DehydratedDataNode.cs (1)
317return builder.ToObjectData();
Compiler\DependencyAnalysis\EETypeNode.cs (2)
734return objData.ToObjectData(); 1300return builder.ToObjectData();
Compiler\DependencyAnalysis\ExternalReferencesTableNode.cs (1)
104return builder.ToObjectData();
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (1)
94return builder.ToObjectData();
Compiler\DependencyAnalysis\FrozenObjectNode.cs (1)
50Relocation[] relocs = builder.ToObjectData().Relocs;
Compiler\DependencyAnalysis\GCStaticsNode.cs (1)
129return builder.ToObjectData();
Compiler\DependencyAnalysis\GCStaticsPreInitDataNode.cs (1)
88return builder.ToObjectData();
Compiler\DependencyAnalysis\GenericCompositionNode.cs (1)
77return builder.ToObjectData();
Compiler\DependencyAnalysis\GenericDefinitionEETypeNode.cs (1)
60return dataBuilder.ToObjectData();
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (1)
73return builder.ToObjectData();
Compiler\DependencyAnalysis\GenericVarianceNode.cs (1)
59return builder.ToObjectData();
Compiler\DependencyAnalysis\InterfaceDispatchCellSectionNode.cs (1)
85return builder.ToObjectData();
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (1)
344return objData.ToObjectData();
Compiler\DependencyAnalysis\ManagedDataDescriptorNode.cs (1)
87return builder.ToObjectData();
Compiler\DependencyAnalysis\MethodAssociatedDataNode.cs (1)
85return objData.ToObjectData();
Compiler\DependencyAnalysis\ModuleInitializerListNode.cs (1)
142var result = builder.ToObjectData();
Compiler\DependencyAnalysis\ModulesSectionNode.cs (1)
42return objData.ToObjectData();
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (1)
247return builder.ToObjectData();
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
108return builder.ToObjectData();
Compiler\DependencyAnalysis\PInvokeModuleFixupNode.cs (1)
68return builder.ToObjectData();
Compiler\DependencyAnalysis\ReadyToRunHeaderNode.cs (1)
100return builder.ToObjectData();
Compiler\DependencyAnalysis\RuntimeFieldHandleNode.cs (1)
60return objData.ToObjectData();
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
102return objData.ToObjectData();
Compiler\DependencyAnalysis\SealedVTableNode.cs (1)
288return objData.ToObjectData();
Compiler\DependencyAnalysis\StackTraceMethodMappingNode.cs (1)
131return objData.ToObjectData();
Compiler\DependencyAnalysis\TlsRootNode.cs (1)
40return objData.ToObjectData();
Compiler\DependencyAnalysis\TypeManagerIndirectionNode.cs (1)
30return objData.ToObjectData();
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (1)
92return objData.ToObjectData();
Compiler\ReachabilityInstrumentationProvider.cs (1)
200return builder.ToObjectData();
Compiler\RuntimeConfigurationRootProvider.cs (1)
122return builder.ToObjectData();
Compiler\Win32ResourcesRootProvider.cs (2)
34rsrc1.SetData(rsrc1data.ToObjectData()); 35rsrc2.SetData(rsrc2data.ToObjectData());
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\AssemblyStubNode.cs (6)
49return x64Emitter.Builder.ToObjectData(); 56return x86Emitter.Builder.ToObjectData(); 63return armEmitter.Builder.ToObjectData(); 70return arm64Emitter.Builder.ToObjectData(); 77return loongarch64Emitter.Builder.ToObjectData(); 84return riscv64Emitter.Builder.ToObjectData();
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
982return builder.ToObjectData();