LLVM 22.0.0git
llvm::codeview::HeapAllocationSiteSym Class Reference

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

Inheritance diagram for llvm::codeview::HeapAllocationSiteSym:
[legend]

Public Member Functions

 HeapAllocationSiteSym (SymbolRecordKind Kind)
 HeapAllocationSiteSym (uint32_t RecordOffset)
uint32_t getRelocationOffset () const
Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const

Public Attributes

uint32_t CodeOffset = 0
uint16_t Segment = 0
uint16_t CallInstructionSize = 0
TypeIndex Type
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 853 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ HeapAllocationSiteSym() [1/2]

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

◆ HeapAllocationSiteSym() [2/2]

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

Member Function Documentation

◆ getRelocationOffset()

uint32_t llvm::codeview::HeapAllocationSiteSym::getRelocationOffset ( ) const
inline

Definition at line 862 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

◆ CallInstructionSize

uint16_t llvm::codeview::HeapAllocationSiteSym::CallInstructionSize = 0

Definition at line 868 of file SymbolRecord.h.

◆ CodeOffset

uint32_t llvm::codeview::HeapAllocationSiteSym::CodeOffset = 0

Definition at line 866 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::HeapAllocationSiteSym::RecordOffset = 0

Definition at line 871 of file SymbolRecord.h.

Referenced by getRelocationOffset(), and HeapAllocationSiteSym().

◆ Segment

uint16_t llvm::codeview::HeapAllocationSiteSym::Segment = 0

Definition at line 867 of file SymbolRecord.h.

◆ Type

TypeIndex llvm::codeview::HeapAllocationSiteSym::Type

Definition at line 869 of file SymbolRecord.h.


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