Base:
method
ComputeNonRelocationBasedDependencies
ILCompiler.DependencyAnalysis.ObjectNode.ComputeNonRelocationBasedDependencies(ILCompiler.DependencyAnalysis.NodeFactory)
2 overrides of ComputeNonRelocationBasedDependencies
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
73
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory)
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
83
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory)
2 references to ComputeNonRelocationBasedDependencies
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
75
DependencyList dependencies = base.
ComputeNonRelocationBasedDependencies
(factory);
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
85
DependencyList dependencies = base.
ComputeNonRelocationBasedDependencies
(factory);