5 references to SectionIteratorKind
ILCompiler.RyuJit (5)
parent\ILCompiler.ReadyToRun\IBC\IBCDataModel.cs (5)
103public static IEnumerable<SectionFormat> SectionIterator(SectionIteratorKind iteratorKind) 107case SectionIteratorKind.BasicBlocks: 112case SectionIteratorKind.TokenFlags: 113case SectionIteratorKind.All: 116if (IsTokenList(section) || iteratorKind == SectionIteratorKind.All)