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

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

Inheritance diagram for llvm::codeview::BlockSym:

Public Member Functions
BlockSym (SymbolRecordKind Kind)
BlockSym (uint32_t RecordOffset)
uint32_t getRelocationOffset () const
Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const
Public Attributes
uint32_t Parent = 0
uint32_t End = 0
uint32_t CodeSize = 0
uint32_t CodeOffset = 0
uint16_t Segment = 0
StringRef Name
uint32_t RecordOffset = 0
Public Attributes inherited from llvm::codeview::SymbolRecord
SymbolRecordKind Kind

Detailed Description

Definition at line 633 of file SymbolRecord.h.

Constructor & Destructor Documentation

BlockSym() [1/2]

BlockSym() [2/2]

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

Member Function Documentation

getRelocationOffset()

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

Member Data Documentation

CodeOffset

uint32_t llvm::codeview::BlockSym::CodeOffset = 0

CodeSize

uint32_t llvm::codeview::BlockSym::CodeSize = 0

End

uint32_t llvm::codeview::BlockSym::End = 0

Name

Parent

uint32_t llvm::codeview::BlockSym::Parent = 0

RecordOffset

uint32_t llvm::codeview::BlockSym::RecordOffset = 0

Segment

uint16_t llvm::codeview::BlockSym::Segment = 0


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