1 write to BlobStream
ILCompiler.ReadyToRun (1)
IBC\IBCDataReader.cs (1)
667
IfPresent(sectionTable, SectionFormat.BlobStream, () => result.
BlobStream
= ReadBlobStreamSection());
1 reference to BlobStream
ILCompiler.ReadyToRun (1)
IBC\IBCProfileParser.cs (1)
48
Dictionary<IBCBlobKey, BlobEntry> blobs = GetIBCBlobs(parsedData.
BlobStream
, out HashSet<uint> ignoredIbcMethodSpecTokens);