LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::JumpTableSym Class Reference

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

Inheritance diagram for llvm::codeview::JumpTableSym:
Inheritance graph
[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 147 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ JumpTableSym() [1/2]

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

Definition at line 149 of file SymbolRecord.h.

◆ JumpTableSym() [2/2]

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

Definition at line 150 of file SymbolRecord.h.

Member Data Documentation

◆ BaseOffset

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

Definition at line 154 of file SymbolRecord.h.

◆ BaseSegment

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

Definition at line 155 of file SymbolRecord.h.

◆ BranchOffset

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

Definition at line 158 of file SymbolRecord.h.

◆ BranchSegment

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

Definition at line 160 of file SymbolRecord.h.

◆ EntriesCount

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

Definition at line 163 of file SymbolRecord.h.

◆ RecordOffset

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

Definition at line 165 of file SymbolRecord.h.

◆ SwitchType

JumpTableEntrySize llvm::codeview::JumpTableSym::SwitchType

Definition at line 157 of file SymbolRecord.h.

◆ TableOffset

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

Definition at line 159 of file SymbolRecord.h.

◆ TableSegment

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

Definition at line 161 of file SymbolRecord.h.


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