LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
Public Attributes | |
StringRef | Name |
ArrayRef< uint8_t > | Bytes |
BinaryAnnotationsOpCode | OpCode = BinaryAnnotationsOpCode::Invalid |
uint32_t | U1 = 0 |
uint32_t | U2 = 0 |
int32_t | S1 = 0 |
Definition at line 179 of file SymbolRecord.h.
ArrayRef<uint8_t> llvm::codeview::DecodedAnnotation::Bytes |
Definition at line 181 of file SymbolRecord.h.
StringRef llvm::codeview::DecodedAnnotation::Name |
Definition at line 180 of file SymbolRecord.h.
BinaryAnnotationsOpCode llvm::codeview::DecodedAnnotation::OpCode = BinaryAnnotationsOpCode::Invalid |
Definition at line 182 of file SymbolRecord.h.
int32_t llvm::codeview::DecodedAnnotation::S1 = 0 |
Definition at line 185 of file SymbolRecord.h.
uint32_t llvm::codeview::DecodedAnnotation::U1 = 0 |
Definition at line 183 of file SymbolRecord.h.
uint32_t llvm::codeview::DecodedAnnotation::U2 = 0 |
Definition at line 184 of file SymbolRecord.h.