1 implementation of RootReadOnlyDataBlob
ILCompiler.Compiler (1)
Compiler\RootingServiceProvider.cs (1)
144public void RootReadOnlyDataBlob(byte[] data, int alignment, string reason, Utf8String exportName, bool exportHidden)
1 reference to RootReadOnlyDataBlob
ILCompiler.Compiler (1)
Compiler\ExpectedIsaFeaturesRootProvider.cs (1)
28rootProvider.RootReadOnlyDataBlob(bytes, 4, "ISA support flags", new Utf8String("g_requiredCpuFeatures"u8), exportHidden: true);