Lines Matching refs:Layout
235 const msf::MSFLayout &Layout) {
240 Layout, MsfBuffer, SN, Allocator);
255 const msf::MSFLayout &Layout) {
260 commitSrcHeaderBlock(MsfBuffer, Layout);
266 Layout, MsfBuffer, SN, Allocator);
279 MSFLayout Layout;
281 Msf->commit(Filename, Layout);
291 Layout, Buffer, *ExpectedSN, Allocator);
303 Layout, Buffer, NSE.first, Allocator);
311 if (auto EC = Info->commit(Layout, Buffer))
316 if (auto EC = Dbi->commit(Layout, Buffer))
321 if (auto EC = Tpi->commit(Layout, Buffer))
326 if (auto EC = Ipi->commit(Layout, Buffer))
331 if (auto EC = Gsi->commit(Layout, Buffer))
335 auto InfoStreamBlocks = Layout.StreamMap[StreamPDB];
338 blockToOffset(InfoStreamBlocks.front(), Layout.SB->BlockSize);
342 commitInjectedSources(Buffer, Layout);