LLVM: llvm::codeview::DefRangeSubfieldSym Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/SymbolRecord.h](SymbolRecord%5F8h%5Fsource.html)"

Inheritance diagram for llvm::codeview::DefRangeSubfieldSym:

Public Member Functions
DefRangeSubfieldSym (SymbolRecordKind Kind)
DefRangeSubfieldSym (uint32_t RecordOffset)
uint32_t getRelocationOffset () const
Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const
Public Attributes
uint32_t Program = 0
uint16_t OffsetInParent = 0
LocalVariableAddrRange Range
std::vector< LocalVariableAddrGap > Gaps
uint32_t RecordOffset = 0
Public Attributes inherited from llvm::codeview::SymbolRecord
SymbolRecordKind Kind

Detailed Description

Definition at line 490 of file SymbolRecord.h.

Constructor & Destructor Documentation

llvm::codeview::DefRangeSubfieldSym::DefRangeSubfieldSym ( SymbolRecordKind Kind) inlineexplicit

DefRangeSubfieldSym() [2/2]

llvm::codeview::DefRangeSubfieldSym::DefRangeSubfieldSym ( uint32_t RecordOffset) inlineexplicit

Member Function Documentation

getRelocationOffset()

uint32_t llvm::codeview::DefRangeSubfieldSym::getRelocationOffset ( ) const inline

Member Data Documentation

Gaps

OffsetInParent

uint16_t llvm::codeview::DefRangeSubfieldSym::OffsetInParent = 0

Program

uint32_t llvm::codeview::DefRangeSubfieldSym::Program = 0

Range

RecordOffset

uint32_t llvm::codeview::DefRangeSubfieldSym::RecordOffset = 0


The documentation for this class was generated from the following file: