Serialize the stable function map to a YAML stream.
Synopsis
Declared in <llvm/CGData/StableFunctionMapRecord.h>
void
serializeYAML(yaml::Output& YOS) const;
Parameters
Name |
Description |
YOS |
The Output class is used to generate a yaml document from in‐memory structs and vectors. |
Created with MrDocs