Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::codeview::BlockSym Class Reference

#include "llvm/DebugInfo/CodeView/SymbolRecord.h"

Inheritance diagram for llvm::codeview::BlockSym:
[legend]

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

Additional Inherited Members

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

Detailed Description

Definition at line 633 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ BlockSym() [1/2]

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

◆ BlockSym() [2/2]

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

Member Function Documentation

◆ getRelocationOffset()

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

Definition at line 641 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

◆ CodeOffset

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

Definition at line 648 of file SymbolRecord.h.

◆ CodeSize

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

Definition at line 647 of file SymbolRecord.h.

◆ End

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

Definition at line 646 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::BlockSym::Name

Definition at line 650 of file SymbolRecord.h.

◆ Parent

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

Definition at line 645 of file SymbolRecord.h.

◆ RecordOffset

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

Definition at line 652 of file SymbolRecord.h.

Referenced by BlockSym(), and getRelocationOffset().

◆ Segment

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

Definition at line 649 of file SymbolRecord.h.


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