LLVM 22.0.0git
llvm::codeview::DecodedAnnotation Struct Reference

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

Public Attributes

StringRef Name
ArrayRef< uint8_tBytes
BinaryAnnotationsOpCode OpCode = BinaryAnnotationsOpCode::Invalid
uint32_t U1 = 0
uint32_t U2 = 0
int32_t S1 = 0

Detailed Description

Definition at line 195 of file SymbolRecord.h.

Member Data Documentation

◆ Bytes

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

Definition at line 197 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::DecodedAnnotation::Name

Definition at line 196 of file SymbolRecord.h.

◆ OpCode

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

Definition at line 198 of file SymbolRecord.h.

◆ S1

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

Definition at line 201 of file SymbolRecord.h.

◆ U1

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

Definition at line 199 of file SymbolRecord.h.

◆ U2

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

Definition at line 200 of file SymbolRecord.h.


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