LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
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) |
Definition at line 953 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 955 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().
Referenced by ConstantSym().
|
inlineexplicit |
Definition at line 956 of file SymbolRecord.h.
References ConstantSym(), RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().
StringRef llvm::codeview::ConstantSym::Name |
Definition at line 962 of file SymbolRecord.h.
uint32_t llvm::codeview::ConstantSym::RecordOffset = 0 |
Definition at line 964 of file SymbolRecord.h.
Referenced by ConstantSym().
TypeIndex llvm::codeview::ConstantSym::Type |
Definition at line 960 of file SymbolRecord.h.
APSInt llvm::codeview::ConstantSym::Value |
Definition at line 961 of file SymbolRecord.h.