1 write to SectionIndex
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
55
SectionIndex
= sectionIndex;
12 references to SectionIndex
ILCompiler.ReadyToRun (12)
ObjectWriter\MapFileBuilder.cs (4)
228
OutputSection section = _outputInfoBuilder.Sections[symbol.
SectionIndex
];
239
OutputSection section = _outputInfoBuilder.Sections[node.
SectionIndex
];
270
OutputSection section = _outputInfoBuilder.Sections[symbol.
SectionIndex
];
282
OutputSection section = _outputInfoBuilder.Sections[node.
SectionIndex
];
ObjectWriter\ProfileFileBuilder.cs (2)
160
callerRVA = _outputInfoBuilder.Sections[callerNode.
SectionIndex
].VirtualAddress + callerNode.Offset;
170
calleeRVA = _outputInfoBuilder.Sections[calleeNode.
SectionIndex
].VirtualAddress + calleeNode.Offset;
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (6)
34
return (x.
SectionIndex
!= y.
SectionIndex
? x.
SectionIndex
.CompareTo(y.
SectionIndex
) : x.Offset.CompareTo(y.Offset));
175
index = _symbols.BinarySearch(new OutputSymbol(item.
SectionIndex
, item.Offset, name: default), OutputItem.Comparer.Instance);
197
OutputSection section = _sections[node.
SectionIndex
];