12 references to Set
ILCompiler.RyuJit (12)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (12)
4631flags.Set(flag); 4636flags.Set(CorJitFlag.CORJIT_FLAG_AOT); 4637flags.Set(CorJitFlag.CORJIT_FLAG_RELOC); 4638flags.Set(CorJitFlag.CORJIT_FLAG_USE_PINVOKE_HELPERS); 4640flags.Set(CorJitFlag.CORJIT_FLAG_USE_DISPATCH_HELPERS); 4659flags.Set(CorJitFlag.CORJIT_FLAG_RELATIVE_CODE_RELOCS); 4662flags.Set(CorJitFlag.CORJIT_FLAG_FRAMED); 4693flags.Set(CorJitFlag.CORJIT_FLAG_REVERSE_PINVOKE); 4698flags.Set(CorJitFlag.CORJIT_FLAG_IL_STUB); 4703flags.Set(CorJitFlag.CORJIT_FLAG_MIN_OPT); 4708flags.Set(CorJitFlag.CORJIT_FLAG_SOFTFP_ABI); 4718flags.Set(CorJitFlag.CORJIT_FLAG_ASYNC);