class DefRangeSubfieldSym
Declaration
class DefRangeSubfieldSym : public SymbolRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:451
Inherits from: SymbolRecord
Member Variables
- public uint32_t Program = 0
- public uint16_t OffsetInParent = 0
- public llvm::codeview::LocalVariableAddrRange Range
- public std::vector<LocalVariableAddrGap> Gaps
- public uint32_t RecordOffset = 0
Inherited from SymbolRecord:
Method Overview
- public DefRangeSubfieldSym(llvm::codeview::SymbolRecordKind Kind)
- public DefRangeSubfieldSym(uint32_t RecordOffset)
- public uint32_t getRelocationOffset() const
Inherited from SymbolRecord:
Methods
¶DefRangeSubfieldSym(
llvm::codeview::SymbolRecordKind Kind)
DefRangeSubfieldSym(
llvm::codeview::SymbolRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:455
Parameters
- llvm::codeview::SymbolRecordKind Kind
¶DefRangeSubfieldSym(uint32_t RecordOffset)
DefRangeSubfieldSym(uint32_t RecordOffset)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:456
Parameters
- uint32_t RecordOffset
¶uint32_t getRelocationOffset() const
uint32_t getRelocationOffset() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:460