LLVM 20.0.0git
|
Functions | |
template<typename T > | |
std::enable_if_t< std::is_arithmetic< T >::value, void > | swapBytes (T &value) |
template<typename T > | |
std::enable_if_t< std::is_class< T >::value, void > | swapBytes (T &value) |
std::enable_if_t< std::is_arithmetic< T >::value, void > llvm::object::detail::swapBytes | ( | T & | value | ) |
Definition at line 32 of file DXContainer.h.
References llvm::sys::swapByteOrder(), and value.
Referenced by llvm::object::ViewArray< T >::iterator::operator*().