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 |
This class implements an extremely fast bulk output stream that can only output to a stream. It does not support seeking, reopening, rewinding, line buffered disciplines etc. It is a simple buffer that outputs a chunk at a time. |
PatchItems |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs