Go to the source code of this file.
|
template<typename value_type > |
void | llvm::support::endian::write_array (raw_ostream &os, ArrayRef< value_type > values, endianness endian) |
|
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) |
|
template<typename value_type > |
void | llvm::support::endian::write (SmallVectorImpl< char > &Out, value_type V, endianness E) |
|