Displaying 2 results from an estimated 2 matches for "streaminterface".
2017 Feb 19
5
RFC: Adding llvm::ThinStream
...ro-copy aspect.
I have a (somewhat large) patch locally that gets LLVM working with the
code raised up to Support. If you want to look at the existing
implementation, the following files are relevant:
// Files that would move up to Support
include/DebugInfo/MSF/ByteStream.h
include/DebugInfo/MSF/StreamInterface.h
include/DebugInfo/MSF/StreamReader.h
include/DebugInfo/MSF/StreamWriter.h
include/DebugInfo/MSF/StreamArray.h
include/DebugInfo/MSF/StreamRef.h
lib/DebugInfo/MSF/StreamReader.cpp
lib/DebugInfo/MSF/StreamWriter.cpp
lib/DebugInfo/MSF/StreamRef.cpp
// Files that would remain PDB specific
include/De...
2017 Feb 22
2
RFC: Adding llvm::ThinStream
...mewhat large) patch locally that gets LLVM working with the
> code raised up to Support. If you want to look at the existing
> implementation, the following files are relevant:
>
> // Files that would move up to Support
> include/DebugInfo/MSF/ByteStream.h
> include/DebugInfo/MSF/StreamInterface.h
> include/DebugInfo/MSF/StreamReader.h
> include/DebugInfo/MSF/StreamWriter.h
> include/DebugInfo/MSF/StreamArray.h
> include/DebugInfo/MSF/StreamRef.h
> lib/DebugInfo/MSF/StreamReader.cpp
> lib/DebugInfo/MSF/StreamWriter.cpp
> lib/DebugInfo/MSF/StreamRef.cpp
>
> // Fil...