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