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