search for: streamwrit

Displaying 3 results from an estimated 3 matches for "streamwrit".

Did you mean: streamwriter
2017 Feb 19
5
RFC: Adding llvm::ThinStream
...ne could easily imagine an implementation that adapts `llvm::MemoryBuffer` so that you could read and write from mmap'ed files. But all of these just allow reading and writing raw bytes. To handle reading and writing semantic data, there are two additional classes. *ThinStreamReader* and *ThinStreamWriter.* These accept any subclass of `ThinStream` and maintain an offset and allow you to read integers in any endianness, strings, objects, arrays of objects (both fixed length records and variable length records), and various other things. Finally, there are *ThinStreamRef* and *WritableThinStreamR...
2017 Feb 22
2
RFC: Adding llvm::ThinStream
...t; implementation that adapts `llvm::MemoryBuffer` so that you could read and > write from mmap'ed files. > > But all of these just allow reading and writing raw bytes. To handle > reading and writing semantic data, there are two additional classes. > *ThinStreamReader* and *ThinStreamWriter.* > > These accept any subclass of `ThinStream` and maintain an offset and allow > you to read integers in any endianness, strings, objects, arrays of objects > (both fixed length records and variable length records), and various other > things. > > Finally, there are *ThinSt...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ng Release+Asserts Executable llvm-dwarfdump (without symbols) make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/llvm-dwarfdump' llvm[2]: Compiling ObjDumper.cpp for Release+Asserts build llvm[2]: Compiling CoverageSummaryInfo.cpp for Release+Asserts build llvm[2]: Compiling StreamWriter.cpp for Release+Asserts build make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/llvm-size' llvm[2]: Compiling llvm-size.cpp for Release+Asserts build llvm[2]: Compiling SourceCoverageView.cpp for Release+Asserts build llvm[2]: Compiling Win64EHDumper.cpp for Release+Asser...