4 references to SupportedFlags
crossgen2 (2)
parent\parent\Common\InstructionSetHelpers.cs (2)
376
instructionSetSupport.
SupportedFlags
,
378
instructionSetSupport.
SupportedFlags
,
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (1)
21
InstructionSet[] supportedInstructionSets = instructionSetSupport.
SupportedFlags
.ToArray();
Compiler\ReadyToRunHardwareIntrinsicRootProvider.cs (1)
22
foreach (InstructionSet instructionSet in specifiedInstructionSet.
SupportedFlags
)