reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/MSF/MappedBlockStream.cpp
  359   MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm));
  361   MSFStreamLayout FullLayout(getFpmStreamLayout(Layout, true, AltFpm));
  363       createStream(Layout.SB->BlockSize, FullLayout, MsfData, Allocator);
  366   std::vector<uint8_t> InitData(Layout.SB->BlockSize, 0xFF);
  370   return createStream(Layout.SB->BlockSize, MinLayout, MsfData, Allocator);