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

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

Inheritance diagram for llvm::codeview::CallerSym:
Inheritance graph
[legend]

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< TypeIndexIndices
 
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 168 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ CallerSym() [1/2]

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

Definition at line 170 of file SymbolRecord.h.

◆ CallerSym() [2/2]

llvm::codeview::CallerSym::CallerSym ( SymbolRecordKind  Kind,
uint32_t  RecordOffset 
)
inline

Definition at line 171 of file SymbolRecord.h.

Member Data Documentation

◆ Indices

std::vector<TypeIndex> llvm::codeview::CallerSym::Indices

Definition at line 174 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::CallerSym::RecordOffset = 0

Definition at line 176 of file SymbolRecord.h.


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