LLVM  8.0.1
Public Attributes | List of all members
llvm::codeview::BinaryAnnotationIterator::AnnotationData Struct Reference

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

Collaboration diagram for llvm::codeview::BinaryAnnotationIterator::AnnotationData:
Collaboration graph
[legend]

Public Attributes

BinaryAnnotationsOpCode OpCode
 
StringRef Name
 
uint32_t U1
 
uint32_t U2
 
int32_t S1
 

Detailed Description

Definition at line 160 of file SymbolRecord.h.

Member Data Documentation

◆ Name

StringRef llvm::codeview::BinaryAnnotationIterator::AnnotationData::Name

Definition at line 162 of file SymbolRecord.h.

Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().

◆ OpCode

BinaryAnnotationsOpCode llvm::codeview::BinaryAnnotationIterator::AnnotationData::OpCode

Definition at line 161 of file SymbolRecord.h.

Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().

◆ S1

int32_t llvm::codeview::BinaryAnnotationIterator::AnnotationData::S1

Definition at line 165 of file SymbolRecord.h.

Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().

◆ U1

uint32_t llvm::codeview::BinaryAnnotationIterator::AnnotationData::U1

Definition at line 163 of file SymbolRecord.h.

Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().

◆ U2

uint32_t llvm::codeview::BinaryAnnotationIterator::AnnotationData::U2

Definition at line 164 of file SymbolRecord.h.

Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().


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