Base:
method
GetSection
ILCompiler.DependencyAnalysis.ObjectNode.GetSection(ILCompiler.DependencyAnalysis.NodeFactory)
4 overrides of GetSection
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\CompilerIdentifierNode.cs (1)
13public override ObjectNodeSection GetSection(NodeFactory factory) => ObjectNodeSection.ReadOnlyDataSection;
Compiler\DependencyAnalysis\ReadyToRun\OwnerCompositeExecutableNode.cs (1)
19public override ObjectNodeSection GetSection(NodeFactory factory) => ObjectNodeSection.ReadOnlyDataSection;
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
28public override ObjectNodeSection GetSection(NodeFactory factory)
Compiler\DependencyAnalysis\ReadyToRun\WasmAsyncResumeInfoFixupsNode.cs (1)
18public override ObjectNodeSection GetSection(NodeFactory factory) => FixupSection;