OSDN Git Service

Support: Functions for writing endian specific data to streams.
authorJustin Bogner <mail@justinbogner.com>
Fri, 28 Mar 2014 19:14:43 +0000 (19:14 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 28 Mar 2014 19:14:43 +0000 (19:14 +0000)
commita655710ce00ba8b82cdaac15d675c26f909bd7d2
tree2c035acf0f84b6570bd09cec7c8f3414c55a6f49
parenta53735bcf1fae56a81f1a83f6988ff4eb6577c5c
Support: Functions for writing endian specific data to streams.

This adds a new header, EndianStream.h, which supplies an adaptor for
writing endian specific data to a raw_ostream.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205032 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/EndianStream.h [new file with mode: 0644]