9 references to Sections
ILCompiler.ReadyToRun (9)
ObjectWriter\MapFileBuilder.cs (7)
111writer.WriteLine($"Section count: {_outputInfoBuilder.Sections.Count,10}"); 200for (int sectionIndex = 0; sectionIndex < _outputInfoBuilder.Sections.Count; sectionIndex++) 202OutputSection section = _outputInfoBuilder.Sections[sectionIndex]; 228OutputSection section = _outputInfoBuilder.Sections[symbol.SectionIndex]; 239OutputSection section = _outputInfoBuilder.Sections[node.SectionIndex]; 270OutputSection section = _outputInfoBuilder.Sections[symbol.SectionIndex]; 282OutputSection section = _outputInfoBuilder.Sections[node.SectionIndex];
ObjectWriter\ProfileFileBuilder.cs (2)
160callerRVA = _outputInfoBuilder.Sections[callerNode.SectionIndex].VirtualAddress + callerNode.Offset; 170calleeRVA = _outputInfoBuilder.Sections[calleeNode.SectionIndex].VirtualAddress + calleeNode.Offset;