9 references to Sections
ILCompiler.ReadyToRun (9)
ObjectWriter\MapFileBuilder.cs (7)
111
writer.WriteLine($"Section count: {_outputInfoBuilder.
Sections
.Count,10}");
200
for (int sectionIndex = 0; sectionIndex < _outputInfoBuilder.
Sections
.Count; sectionIndex++)
202
OutputSection section = _outputInfoBuilder.
Sections
[sectionIndex];
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;