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