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

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

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

Constructor & Destructor Documentation

◆ ConstantSym() [1/2]

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

Definition at line 943 of file SymbolRecord.h.

◆ ConstantSym() [2/2]

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

Definition at line 944 of file SymbolRecord.h.

Member Data Documentation

◆ Name

StringRef llvm::codeview::ConstantSym::Name

Definition at line 950 of file SymbolRecord.h.

◆ RecordOffset

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

Definition at line 952 of file SymbolRecord.h.

◆ Type

TypeIndex llvm::codeview::ConstantSym::Type

Definition at line 948 of file SymbolRecord.h.

◆ Value

APSInt llvm::codeview::ConstantSym::Value

Definition at line 949 of file SymbolRecord.h.


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