|
LLVM 23.0.0git
|
S_DEFRANGE_REGISTER_REL_INDIR. More...
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
Public Types | |
| enum | : uint16_t { IsSubfieldFlag = 1 , OffsetInParentShift = 4 } |
Public Member Functions | |
| DefRangeRegisterRelIndirSym (SymbolRecordKind Kind) | |
| DefRangeRegisterRelIndirSym (uint32_t RecordOffset) | |
| bool | hasSpilledUDTMember () const |
| uint16_t | offsetInParent () const |
| uint32_t | getRelocationOffset () const |
| Public Member Functions inherited from llvm::codeview::SymbolRecord | |
| SymbolRecordKind | getKind () const |
Public Attributes | |
| DefRangeRegisterRelIndirHeader | Hdr |
| LocalVariableAddrRange | Range |
| std::vector< LocalVariableAddrGap > | Gaps |
| uint32_t | RecordOffset = 0 |
| Public Attributes inherited from llvm::codeview::SymbolRecord | |
| SymbolRecordKind | Kind |
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::codeview::SymbolRecord | |
| SymbolRecord (SymbolRecordKind Kind) | |
S_DEFRANGE_REGISTER_REL_INDIR.
The local is located at *(Register + BasePointerOffset) + OffsetInUDT.
Definition at line 643 of file SymbolRecord.h.
| anonymous enum : uint16_t |
| Enumerator | |
|---|---|
| IsSubfieldFlag | |
| OffsetInParentShift | |
Definition at line 656 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 645 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().
Referenced by DefRangeRegisterRelIndirSym().
|
inlineexplicit |
Definition at line 647 of file SymbolRecord.h.
References DefRangeRegisterRelIndirSym(), RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().
|
inline |
Definition at line 664 of file SymbolRecord.h.
References RecordOffset.
|
inline |
Definition at line 661 of file SymbolRecord.h.
References Hdr, and IsSubfieldFlag.
|
inline |
Definition at line 662 of file SymbolRecord.h.
References Hdr, and OffsetInParentShift.
| std::vector<LocalVariableAddrGap> llvm::codeview::DefRangeRegisterRelIndirSym::Gaps |
Definition at line 670 of file SymbolRecord.h.
| DefRangeRegisterRelIndirHeader llvm::codeview::DefRangeRegisterRelIndirSym::Hdr |
Definition at line 668 of file SymbolRecord.h.
Referenced by hasSpilledUDTMember(), and offsetInParent().
| LocalVariableAddrRange llvm::codeview::DefRangeRegisterRelIndirSym::Range |
Definition at line 669 of file SymbolRecord.h.
| uint32_t llvm::codeview::DefRangeRegisterRelIndirSym::RecordOffset = 0 |
Definition at line 672 of file SymbolRecord.h.
Referenced by DefRangeRegisterRelIndirSym(), and getRelocationOffset().