5 references to BasicBlockInfo
ILCompiler.ReadyToRun (5)
IBC\IBCDataModel.cs (4)
52sectionTypeInfo[(int)SectionFormat.BasicBlockInfo] = new SectionTypeInfo(tokenType, SectionFormat.BasicBlockInfo); 69case SectionFormat.BasicBlockInfo: 108yield return SectionFormat.BasicBlockInfo;
IBC\IBCDataReader.cs (1)
662IfPresent(sectionTable, SectionFormat.BasicBlockInfo, () => result.Methods = ReadBasicBlockSection(ref result.TotalNumberOfRuns));