Constructors
Synopses
Declared in <llvm/CGData/CodeGenDataWriter.h>
Construct a codegen data stream over a file descriptor stream.
Construct a codegen data stream over a string stream.
Construct a codegen data stream over a SmallVector stream.
Parameters
Name |
Description |
FD |
File descriptor stream that receives the written bytes. |
STR |
String stream that receives the written bytes. |
SVEC |
SmallVector stream that receives the written bytes. |
Created with MrDocs