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

References

lib/DebugInfo/MSF/MSFBuilder.cpp
  344   Layout = std::move(*L);
  346   uint64_t FileSize = Layout.SB->BlockSize * Layout.SB->NumBlocks;
  346   uint64_t FileSize = Layout.SB->BlockSize * Layout.SB->NumBlocks;
  355   if (auto EC = Writer.writeObject(*Layout.SB))
  358   commitFpm(Buffer, Layout, Allocator);
  361       msf::blockToOffset(Layout.SB->BlockMapAddr, Layout.SB->BlockSize);
  361       msf::blockToOffset(Layout.SB->BlockMapAddr, Layout.SB->BlockSize);
  363   if (auto EC = Writer.writeArray(Layout.DirectoryBlocks))
  367       Layout, Buffer, Allocator);
  369   if (auto EC = DW.writeInteger<uint32_t>(Layout.StreamSizes.size()))
  372   if (auto EC = DW.writeArray(Layout.StreamSizes))
  375   for (const auto &Blocks : Layout.StreamMap) {