1 instantiation of RuntimeFunctionsTableNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
867
RuntimeFunctionsTable = new
RuntimeFunctionsTableNode
(this);
2 references to RuntimeFunctionsTableNode
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
193
int delta = item.Id == ReadyToRunSectionType.RuntimeFunctions ?
RuntimeFunctionsTableNode
.SentinelSizeAdjustment : 0;
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
414
public
RuntimeFunctionsTableNode
RuntimeFunctionsTable;