LLVM: llvm::codeview::ScopeEndSym Class Reference (original) (raw)
#include "[llvm/DebugInfo/CodeView/SymbolRecord.h](SymbolRecord%5F8h%5Fsource.html)"
Inheritance diagram for llvm::codeview::ScopeEndSym:
[legend]
| Public Member Functions | |
|---|---|
| ScopeEndSym (SymbolRecordKind Kind) | |
| ScopeEndSym (SymbolRecordKind Kind, uint32_t RecordOffset) | |
| Public Member Functions inherited from llvm::codeview::SymbolRecord | |
| SymbolRecordKind | getKind () const |
| Public Attributes | |
|---|---|
| uint32_t | RecordOffset = 0 |
| Public Attributes inherited from llvm::codeview::SymbolRecord | |
| SymbolRecordKind | Kind |
| Additional Inherited Members |
|---|
| Protected Member Functions inherited from llvm::codeview::SymbolRecord |
Detailed Description
Definition at line 139 of file SymbolRecord.h.
Constructor & Destructor Documentation
| llvm::codeview::ScopeEndSym::ScopeEndSym ( SymbolRecordKind Kind) | inlineexplicit |
|---|
Definition at line 141 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().
◆ ScopeEndSym() [2/2]
| llvm::codeview::ScopeEndSym::ScopeEndSym ( SymbolRecordKind Kind, uint32_t RecordOffset ) | inline |
|---|
Definition at line 142 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().
Member Data Documentation
◆ RecordOffset
uint32_t llvm::codeview::ScopeEndSym::RecordOffset = 0
Definition at line 145 of file SymbolRecord.h.
Referenced by ScopeEndSym().
The documentation for this class was generated from the following file:
- include/llvm/DebugInfo/CodeView/SymbolRecord.h