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

#include <SymbolRecord.h>

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

Public Attributes

BinaryAnnotationsOpCode OpCode
 
StringRef Name
 
uint32_t U1
 
uint32_t U2
 
int32_t S1
 

Detailed Description

Definition at line 162 of file SymbolRecord.h.

Member Data Documentation

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

Definition at line 164 of file SymbolRecord.h.

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

Definition at line 163 of file SymbolRecord.h.

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

Definition at line 167 of file SymbolRecord.h.

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

Definition at line 165 of file SymbolRecord.h.

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

Definition at line 166 of file SymbolRecord.h.


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