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