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

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

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

Public Member Functions

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

Public Attributes

uint16_t SectionNumber = 0
uint8_t Alignment = 0
uint32_t Rva = 0
uint32_t Length = 0
uint32_t Characteristics = 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 107 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ SectionSym() [1/2]

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

◆ SectionSym() [2/2]

llvm::codeview::SectionSym::SectionSym ( SymbolRecordKind Kind,
uint32_t RecordOffset )
inline

Member Data Documentation

◆ Alignment

uint8_t llvm::codeview::SectionSym::Alignment = 0

Definition at line 114 of file SymbolRecord.h.

◆ Characteristics

uint32_t llvm::codeview::SectionSym::Characteristics = 0

Definition at line 117 of file SymbolRecord.h.

◆ Length

uint32_t llvm::codeview::SectionSym::Length = 0

Definition at line 116 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::SectionSym::Name

Definition at line 118 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::SectionSym::RecordOffset = 0

Definition at line 120 of file SymbolRecord.h.

Referenced by SectionSym().

◆ Rva

uint32_t llvm::codeview::SectionSym::Rva = 0

Definition at line 115 of file SymbolRecord.h.

◆ SectionNumber

uint16_t llvm::codeview::SectionSym::SectionNumber = 0

Definition at line 113 of file SymbolRecord.h.


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