2 references to S_ATTR_PURE_INSTRUCTIONS
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (2)
371
SectionType.Executable => S_ATTR_SOME_INSTRUCTIONS |
S_ATTR_PURE_INSTRUCTIONS
,
1108
public bool IsExecutable => (Flags & (S_ATTR_SOME_INSTRUCTIONS |
S_ATTR_PURE_INSTRUCTIONS
)) != 0;