search for: classllvm_1_1bitstreamwriter

Displaying 1 result from an estimated 1 matches for "classllvm_1_1bitstreamwriter".

2012 Dec 16
2
[LLVMdev] write module to .bc file
...st Module * M, BitstreamWriter & Stream ) http://llvm.org/docs/doxygen/html/BitcodeWriter_8cpp.html#a828cec7a8fed9d232556420efef7ae89 to write that module, first i need a BistreamWriter BitstreamWriter::BitstreamWriter (SmallVectorImpl< char > &O) http://llvm.org/docs/doxygen/html/classllvm_1_1BitstreamWriter.html and for a BitstreamWriter i need a SmallVectorImpl. But, what next? Should i write the content of the SmallVectorImpl byte by byte on a file handler myself? is there a llvm api for this? do i need something else?