Lines Matching defs:Msf
287 GSIStreamBuilder::GSIStreamBuilder(msf::MSFBuilder &Msf)
288 : Msf(Msf), PSH(std::make_unique<GSIHashStreamBuilder>()),
312 Expected<uint32_t> Idx = Msf.addStream(calculateGlobalsHashStreamSize());
317 Idx = Msf.addStream(calculatePublicsHashStreamSize());
324 Idx = Msf.addStream(RecordBytes);
367 addGlobalSymbol(SymbolSerializer::writeOneSymbol(Copy, Msf.getAllocator(),
484 Layout, Buffer, getGlobalsStreamIndex(), Msf.getAllocator());
486 Layout, Buffer, getPublicsStreamIndex(), Msf.getAllocator());
488 Layout, Buffer, getRecordStreamIndex(), Msf.getAllocator());