LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/RecordSerialization.h"
Public Member Functions | |
serialize_numeric_impl (T &Item) | |
Error | deserialize (BinaryStreamReader &Reader) const |
Public Attributes | |
T & | Item |
Definition at line 151 of file RecordSerialization.h.
|
inline |
Definition at line 152 of file RecordSerialization.h.
|
inline |
Definition at line 154 of file RecordSerialization.h.
References llvm::codeview::consume_numeric(), and Item.
Referenced by llvm::codeview::consume().
T& llvm::codeview::serialize_numeric_impl< T >::Item |
Definition at line 158 of file RecordSerialization.h.
Referenced by deserialize(), and serialize_numeric_impl().