A wrapper class to abstract writer stream with support of bytes back patching.
Synopsis
Declared in <llvm/CGData/CodeGenDataWriter.h>
class CGDataOStream;
Member Functions
Name |
Description |
|
Constructors |
Apply back‐patches to previously written stream positions. |
|
Return the current write position in the underlying stream. |
|
Write a little‐endian 64‐bit value to the stream. |
|
Write a little‐endian 32‐bit value to the stream. |
|
Write a little‐endian 8‐bit value to the stream. |