LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::serialize_null_term_string_array_impl Struct Reference

#include "llvm/DebugInfo/CodeView/RecordSerialization.h"

Public Member Functions

 serialize_null_term_string_array_impl (std::vector< StringRef > &Item)
 
Error deserialize (BinaryStreamReader &Reader) const
 

Public Attributes

std::vector< StringRef > & Item
 

Detailed Description

Definition at line 118 of file RecordSerialization.h.

Constructor & Destructor Documentation

◆ serialize_null_term_string_array_impl()

llvm::codeview::serialize_null_term_string_array_impl::serialize_null_term_string_array_impl ( std::vector< StringRef > &  Item)
inline

Definition at line 119 of file RecordSerialization.h.

Member Function Documentation

◆ deserialize()

Error llvm::codeview::serialize_null_term_string_array_impl::deserialize ( BinaryStreamReader Reader) const
inline

Member Data Documentation

◆ Item

std::vector<StringRef>& llvm::codeview::serialize_null_term_string_array_impl::Item

Definition at line 136 of file RecordSerialization.h.

Referenced by deserialize().


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