llvm::BinaryItemTraits

Traits describing how to obtain the size and bytes of a stream item.

Synopsis

Declared in <llvm/Support/BinaryItemStream.h>

template<typename T>
struct BinaryItemTraits;

Static Member Functions

NameDescription
bytes [deleted]Return the bytes that make up Item.
length [deleted]Return the length in bytes of Item.

Specializations

NameDescription
BinaryItemTraits<codeview::CVSymbol> BinaryItemTraits specialization for CodeView symbol records.
BinaryItemTraits<codeview::CVType> Traits for treating CodeView type records as binary stream items.