LLVM: llvm::codeview::ConstantSym Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/SymbolRecord.h](SymbolRecord%5F8h%5Fsource.html)"

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

Detailed Description

Definition at line 953 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 955 of file SymbolRecord.h.

References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().

Referenced by ConstantSym().

ConstantSym() [2/2]

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

Definition at line 956 of file SymbolRecord.h.

References ConstantSym(), RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().

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: