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 |
YAML output stream that receives the serialized map. |
Created with MrDocs