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

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

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

Public Member Functions

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

Public Attributes

TypeIndex Type
APSInt Value
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 953 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ ConstantSym() [1/2]

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

◆ ConstantSym() [2/2]

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

Member Data Documentation

◆ Name

StringRef llvm::codeview::ConstantSym::Name

Definition at line 962 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::ConstantSym::RecordOffset = 0

Definition at line 964 of file SymbolRecord.h.

Referenced by ConstantSym().

◆ Type

TypeIndex llvm::codeview::ConstantSym::Type

Definition at line 960 of file SymbolRecord.h.

◆ Value

APSInt llvm::codeview::ConstantSym::Value

Definition at line 961 of file SymbolRecord.h.


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