Lines Matching defs:Layout
234 const msf::MSFLayout &Layout) {
239 Layout, MsfBuffer, SN, Allocator);
254 const msf::MSFLayout &Layout) {
259 commitSrcHeaderBlock(MsfBuffer, Layout);
265 Layout, MsfBuffer, SN, Allocator);
278 MSFLayout Layout;
280 Msf->commit(Filename, Layout);
290 Layout, Buffer, *ExpectedSN, Allocator);
302 Layout, Buffer, NSE.first, Allocator);
310 if (auto EC = Info->commit(Layout, Buffer))
315 if (auto EC = Dbi->commit(Layout, Buffer))
320 if (auto EC = Tpi->commit(Layout, Buffer))
325 if (auto EC = Ipi->commit(Layout, Buffer))
330 if (auto EC = Gsi->commit(Layout, Buffer))
334 auto InfoStreamBlocks = Layout.StreamMap[StreamPDB];
337 blockToOffset(InfoStreamBlocks.front(), Layout.SB->BlockSize);
341 commitInjectedSources(Buffer, Layout);