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

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

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

Public Member Functions

 JumpTableSym (SymbolRecordKind Kind)
 JumpTableSym (uint32_t RecordOffset)
Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const

Public Attributes

uint32_t BaseOffset = 0
uint16_t BaseSegment = 0
JumpTableEntrySize SwitchType
uint32_t BranchOffset = 0
uint32_t TableOffset = 0
uint16_t BranchSegment = 0
uint16_t TableSegment = 0
uint32_t EntriesCount = 0
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 148 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ JumpTableSym() [1/2]

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

◆ JumpTableSym() [2/2]

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

Member Data Documentation

◆ BaseOffset

uint32_t llvm::codeview::JumpTableSym::BaseOffset = 0

Definition at line 155 of file SymbolRecord.h.

◆ BaseSegment

uint16_t llvm::codeview::JumpTableSym::BaseSegment = 0

Definition at line 156 of file SymbolRecord.h.

◆ BranchOffset

uint32_t llvm::codeview::JumpTableSym::BranchOffset = 0

Definition at line 159 of file SymbolRecord.h.

◆ BranchSegment

uint16_t llvm::codeview::JumpTableSym::BranchSegment = 0

Definition at line 161 of file SymbolRecord.h.

◆ EntriesCount

uint32_t llvm::codeview::JumpTableSym::EntriesCount = 0

Definition at line 164 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::JumpTableSym::RecordOffset = 0

Definition at line 166 of file SymbolRecord.h.

Referenced by JumpTableSym().

◆ SwitchType

JumpTableEntrySize llvm::codeview::JumpTableSym::SwitchType

Definition at line 158 of file SymbolRecord.h.

◆ TableOffset

uint32_t llvm::codeview::JumpTableSym::TableOffset = 0

Definition at line 160 of file SymbolRecord.h.

◆ TableSegment

uint16_t llvm::codeview::JumpTableSym::TableSegment = 0

Definition at line 162 of file SymbolRecord.h.


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