LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
Public Member Functions | |
CallerSym (SymbolRecordKind Kind) | |
CallerSym (SymbolRecordKind Kind, uint32_t RecordOffset) | |
Public Member Functions inherited from llvm::codeview::SymbolRecord | |
SymbolRecordKind | getKind () const |
Public Attributes | |
std::vector< TypeIndex > | Indices |
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 169 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 171 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().
|
inline |
Definition at line 172 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().
std::vector<TypeIndex> llvm::codeview::CallerSym::Indices |
Definition at line 175 of file SymbolRecord.h.
uint32_t llvm::codeview::CallerSym::RecordOffset = 0 |
Definition at line 177 of file SymbolRecord.h.
Referenced by CallerSym().