Base:
method
ComputeNonRelocationBasedDependencies
ILCompiler.DependencyAnalysis.ObjectNode.ComputeNonRelocationBasedDependencies(ILCompiler.DependencyAnalysis.NodeFactory)
2 overrides of ComputeNonRelocationBasedDependencies
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
72
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory)
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
82
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory)
2 references to ComputeNonRelocationBasedDependencies
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
74
DependencyList dependencies = base.
ComputeNonRelocationBasedDependencies
(factory);
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
84
DependencyList dependencies = base.
ComputeNonRelocationBasedDependencies
(factory);