LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::BinaryItemTraits< llvm::codeview::CVType > Struct Reference

#include "llvm/DebugInfo/PDB/Native/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

Definition at line 25 of file TpiStreamBuilder.h.

Member Function Documentation

◆ bytes()

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

Definition at line 27 of file TpiStreamBuilder.h.

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

◆ length()

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

Definition at line 26 of file TpiStreamBuilder.h.

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


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