Serialize the stable function map to a raw_ostream.
Synopsis
Declared in <llvm/CGData/StableFunctionMapRecord.h>
void
serialize(
raw_ostream& OS,
std::vector<CGDataPatchItem>& PatchItems) const;
Parameters
Name |
Description |
OS |
Stream that receives the serialized binary data. |
PatchItems |
Receives patch items for deferred offset updates. |
Created with MrDocs