LLVM 19.0.0git
Public Attributes | List of all members
llvm::codeview::DecodedAnnotation Struct Reference

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

Public Attributes

StringRef Name
 
ArrayRef< uint8_t > Bytes
 
BinaryAnnotationsOpCode OpCode = BinaryAnnotationsOpCode::Invalid
 
uint32_t U1 = 0
 
uint32_t U2 = 0
 
int32_t S1 = 0
 

Detailed Description

Definition at line 179 of file SymbolRecord.h.

Member Data Documentation

◆ Bytes

ArrayRef<uint8_t> llvm::codeview::DecodedAnnotation::Bytes

Definition at line 181 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::DecodedAnnotation::Name

Definition at line 180 of file SymbolRecord.h.

◆ OpCode

BinaryAnnotationsOpCode llvm::codeview::DecodedAnnotation::OpCode = BinaryAnnotationsOpCode::Invalid

Definition at line 182 of file SymbolRecord.h.

◆ S1

int32_t llvm::codeview::DecodedAnnotation::S1 = 0

Definition at line 185 of file SymbolRecord.h.

◆ U1

uint32_t llvm::codeview::DecodedAnnotation::U1 = 0

Definition at line 183 of file SymbolRecord.h.

◆ U2

uint32_t llvm::codeview::DecodedAnnotation::U2 = 0

Definition at line 184 of file SymbolRecord.h.


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