3 references to SectionTypeInfo
ILCompiler.ReadyToRun (3)
IBC\IBCDataModel.cs (3)
52
sectionTypeInfo[(int)SectionFormat.BasicBlockInfo] = new
SectionTypeInfo
(tokenType, SectionFormat.BasicBlockInfo);
53
sectionTypeInfo[(int)SectionFormat.BlobStream] = new
SectionTypeInfo
(tokenType, SectionFormat.BlobStream);
84
sectionTypeInfo[(int)section] = new
SectionTypeInfo
(tokenType, section);