LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::msf::SequencedItemTraits< llvm::codeview::CVType > Struct Template Reference

#include <TpiStreamBuilder.h>

Static Public Member Functions

static size_t length (const codeview::CVType &Item)
 
static ArrayRef< uint8_t > bytes (const codeview::CVType &Item)
 

Detailed Description

template<>
struct llvm::msf::SequencedItemTraits< llvm::codeview::CVType >

Definition at line 34 of file TpiStreamBuilder.h.

Member Function Documentation

static ArrayRef<uint8_t> llvm::msf::SequencedItemTraits< llvm::codeview::CVType >::bytes ( const codeview::CVType Item)
inlinestatic

Definition at line 36 of file TpiStreamBuilder.h.

References llvm::codeview::CVRecord< Kind >::data().

static size_t llvm::msf::SequencedItemTraits< llvm::codeview::CVType >::length ( const codeview::CVType Item)
inlinestatic

Definition at line 35 of file TpiStreamBuilder.h.

References llvm::codeview::CVRecord< Kind >::length().


The documentation for this struct was generated from the following file: