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