5 references to SectionInfo
ILCompiler.ReadyToRun (5)
IBC\IBCDataReader.cs (5)
208
Dictionary<SectionFormat,
SectionInfo
> ReadSectionTable(out long highestValidOffset)
211
var result = new Dictionary<SectionFormat,
SectionInfo
>();
216
SectionInfo
sectionInfo;
639
private void IfPresent(Dictionary<SectionFormat,
SectionInfo
> sectionTable, SectionFormat section, Action f)
643
SectionInfo
info = sectionTable[section];