LLVM 17.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
Public Member Functions | |
DefRangeSubfieldRegisterSym (SymbolRecordKind Kind) | |
DefRangeSubfieldRegisterSym (uint32_t RecordOffset) | |
uint32_t | getRelocationOffset () const |
![]() | |
SymbolRecordKind | getKind () const |
Public Attributes | |
DefRangeSubfieldRegisterHeader | Hdr |
LocalVariableAddrRange | Range |
std::vector< LocalVariableAddrGap > | Gaps |
uint32_t | RecordOffset = 0 |
![]() | |
SymbolRecordKind | Kind |
Additional Inherited Members | |
![]() | |
SymbolRecord (SymbolRecordKind Kind) | |
Definition at line 507 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 509 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 511 of file SymbolRecord.h.
|
inline |
Definition at line 515 of file SymbolRecord.h.
References RecordOffset.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().
std::vector<LocalVariableAddrGap> llvm::codeview::DefRangeSubfieldRegisterSym::Gaps |
Definition at line 519 of file SymbolRecord.h.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().
DefRangeSubfieldRegisterHeader llvm::codeview::DefRangeSubfieldRegisterSym::Hdr |
Definition at line 517 of file SymbolRecord.h.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().
LocalVariableAddrRange llvm::codeview::DefRangeSubfieldRegisterSym::Range |
Definition at line 518 of file SymbolRecord.h.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().
uint32_t llvm::codeview::DefRangeSubfieldRegisterSym::RecordOffset = 0 |
Definition at line 521 of file SymbolRecord.h.
Referenced by getRelocationOffset().