LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::codeview::DefRangeSubfieldSym Class Reference

#include <SymbolRecord.h>

Inheritance diagram for llvm::codeview::DefRangeSubfieldSym:
[legend]
Collaboration diagram for llvm::codeview::DefRangeSubfieldSym:
[legend]

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
 
uint16_t OffsetInParent
 
LocalVariableAddrRange Range
 
std::vector< LocalVariableAddrGapGaps
 
uint32_t RecordOffset
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::SymbolRecord
 SymbolRecord (SymbolRecordKind Kind)
 

Detailed Description

Definition at line 456 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 460 of file SymbolRecord.h.

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

Definition at line 461 of file SymbolRecord.h.

Member Function Documentation

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

Definition at line 465 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

std::vector<LocalVariableAddrGap> llvm::codeview::DefRangeSubfieldSym::Gaps

Definition at line 472 of file SymbolRecord.h.

uint16_t llvm::codeview::DefRangeSubfieldSym::OffsetInParent

Definition at line 470 of file SymbolRecord.h.

uint32_t llvm::codeview::DefRangeSubfieldSym::Program

Definition at line 469 of file SymbolRecord.h.

LocalVariableAddrRange llvm::codeview::DefRangeSubfieldSym::Range

Definition at line 471 of file SymbolRecord.h.

uint32_t llvm::codeview::DefRangeSubfieldSym::RecordOffset

Definition at line 474 of file SymbolRecord.h.

Referenced by getRelocationOffset().


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