|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/Support/Endian.h"#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.
Classes | |
| struct | llvm::support::endian::Writer |
| Adapter to write values to a stream in a particular byte order. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::support | |
| llvm::support::endian | |
Functions | |
| template<typename value_type > | |
| void | llvm::support::endian::write (raw_ostream &os, value_type value, endianness endian) |
| template<> | |
| void | llvm::support::endian::write< float > (raw_ostream &os, float value, endianness endian) |
| template<> | |
| void | llvm::support::endian::write< double > (raw_ostream &os, double value, endianness endian) |
| template<typename value_type > | |
| void | llvm::support::endian::write (raw_ostream &os, ArrayRef< value_type > vals, endianness endian) |
1.8.13