|
LLVM 22.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 195 of file SymbolRecord.h.
Definition at line 197 of file SymbolRecord.h.
| StringRef llvm::codeview::DecodedAnnotation::Name |
Definition at line 196 of file SymbolRecord.h.
| BinaryAnnotationsOpCode llvm::codeview::DecodedAnnotation::OpCode = BinaryAnnotationsOpCode::Invalid |
Definition at line 198 of file SymbolRecord.h.
| int32_t llvm::codeview::DecodedAnnotation::S1 = 0 |
Definition at line 201 of file SymbolRecord.h.
| uint32_t llvm::codeview::DecodedAnnotation::U1 = 0 |
Definition at line 199 of file SymbolRecord.h.
| uint32_t llvm::codeview::DecodedAnnotation::U2 = 0 |
Definition at line 200 of file SymbolRecord.h.