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

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

Collaboration diagram for llvm::codeview::DecodedAnnotation:
Collaboration graph
[legend]

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 158 of file SymbolRecord.h.

Member Data Documentation

◆ Bytes

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

Definition at line 160 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::DecodedAnnotation::Name

Definition at line 159 of file SymbolRecord.h.

◆ OpCode

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

Definition at line 161 of file SymbolRecord.h.

◆ S1

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

Definition at line 164 of file SymbolRecord.h.

◆ U1

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

Definition at line 162 of file SymbolRecord.h.

◆ U2

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

Definition at line 163 of file SymbolRecord.h.


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