|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"

Public Attributes | |
| BinaryAnnotationsOpCode | OpCode |
| StringRef | Name |
| uint32_t | U1 |
| uint32_t | U2 |
| int32_t | S1 |
Definition at line 160 of file SymbolRecord.h.
| StringRef llvm::codeview::BinaryAnnotationIterator::AnnotationData::Name |
Definition at line 162 of file SymbolRecord.h.
Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().
| BinaryAnnotationsOpCode llvm::codeview::BinaryAnnotationIterator::AnnotationData::OpCode |
Definition at line 161 of file SymbolRecord.h.
Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().
| int32_t llvm::codeview::BinaryAnnotationIterator::AnnotationData::S1 |
Definition at line 165 of file SymbolRecord.h.
Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().
| uint32_t llvm::codeview::BinaryAnnotationIterator::AnnotationData::U1 |
Definition at line 163 of file SymbolRecord.h.
Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().
| uint32_t llvm::codeview::BinaryAnnotationIterator::AnnotationData::U2 |
Definition at line 164 of file SymbolRecord.h.
Referenced by llvm::codeview::BinaryAnnotationIterator::operator*().
1.8.13