LLVM
8.0.1
|
This file contains a MessagePack writer. More...
#include "llvm/BinaryFormat/MsgPack.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Classes | |
class | llvm::msgpack::Writer |
Writes MessagePack objects to an output stream, one at a time. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::msgpack | |
This file contains a MessagePack writer.
See https://github.com/msgpack/msgpack/blob/master/spec.md for the full specification.
Typical usage:
Definition in file MsgPackWriter.h.